Class R2dbcReactiveOAuth2AuthorizedClientService.OAuth2AuthorizedClientRowMapper

java.lang.Object
org.springframework.security.oauth2.client.R2dbcReactiveOAuth2AuthorizedClientService.OAuth2AuthorizedClientRowMapper
All Implemented Interfaces:
BiFunction<io.r2dbc.spi.Row,io.r2dbc.spi.RowMetadata,R2dbcReactiveOAuth2AuthorizedClientService.OAuth2AuthorizedClientHolder>
Enclosing class:
R2dbcReactiveOAuth2AuthorizedClientService

public static class R2dbcReactiveOAuth2AuthorizedClientService.OAuth2AuthorizedClientRowMapper extends Object implements BiFunction<io.r2dbc.spi.Row,io.r2dbc.spi.RowMetadata,R2dbcReactiveOAuth2AuthorizedClientService.OAuth2AuthorizedClientHolder>
The default BiFunction that maps the current io.r2dbc.spi.Row to a R2dbcReactiveOAuth2AuthorizedClientService.OAuth2AuthorizedClientHolder.