クラス R2dbcReactiveOAuth2AuthorizedClientService.OAuth2AuthorizedClientRowMapper
java.lang.ObjectSE
org.springframework.security.oauth2.client.R2dbcReactiveOAuth2AuthorizedClientService.OAuth2AuthorizedClientRowMapper
- 実装済みのインターフェース一覧:
BiFunctionSE<io.r2dbc.spi.Row, io.r2dbc.spi.RowMetadata, R2dbcReactiveOAuth2AuthorizedClientService.OAuth2AuthorizedClientHolder>
public static class R2dbcReactiveOAuth2AuthorizedClientService.OAuth2AuthorizedClientRowMapper
extends ObjectSE
implements BiFunctionSE<io.r2dbc.spi.Row, io.r2dbc.spi.RowMetadata, R2dbcReactiveOAuth2AuthorizedClientService.OAuth2AuthorizedClientHolder>
現在の
io.r2dbc.spi.Row を R2dbcReactiveOAuth2AuthorizedClientService.OAuth2AuthorizedClientHolder にマップするデフォルトの BiFunctionSE。- 導入:
- 5.5
コンストラクターの詳細
OAuth2AuthorizedClientRowMapper
public OAuth2AuthorizedClientRowMapper()
方法の詳細
apply
public R2dbcReactiveOAuth2AuthorizedClientService.OAuth2AuthorizedClientHolder apply(io.r2dbc.spi.Row row, io.r2dbc.spi.RowMetadata rowMetadata) - 次で指定:
- インターフェース
BiFunctionSE<io.r2dbc.spi.Row, io.r2dbc.spi.RowMetadata, R2dbcReactiveOAuth2AuthorizedClientService.OAuth2AuthorizedClientHolder>内のapplySE