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
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionapply
(io.r2dbc.spi.Row row, io.r2dbc.spi.RowMetadata rowMetadata) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
OAuth2AuthorizedClientRowMapper
public OAuth2AuthorizedClientRowMapper()
-
-
Method Details
-
apply
public R2dbcReactiveOAuth2AuthorizedClientService.OAuth2AuthorizedClientHolder apply(io.r2dbc.spi.Row row, io.r2dbc.spi.RowMetadata rowMetadata) - Specified by:
apply
in interfaceBiFunction<io.r2dbc.spi.Row,
io.r2dbc.spi.RowMetadata, R2dbcReactiveOAuth2AuthorizedClientService.OAuth2AuthorizedClientHolder>
-