public static class JdbcOAuth2AuthorizationConsentService.OAuth2AuthorizationConsentParametersMapper extends java.lang.Object implements java.util.function.Function<OAuth2AuthorizationConsent,java.util.List<org.springframework.jdbc.core.SqlParameterValue>>
| Constructor and Description |
|---|
OAuth2AuthorizationConsentParametersMapper() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.springframework.jdbc.core.SqlParameterValue> |
apply(OAuth2AuthorizationConsent authorizationConsent) |
public OAuth2AuthorizationConsentParametersMapper()
public java.util.List<org.springframework.jdbc.core.SqlParameterValue> apply(OAuth2AuthorizationConsent authorizationConsent)
apply in interface java.util.function.Function<OAuth2AuthorizationConsent,java.util.List<org.springframework.jdbc.core.SqlParameterValue>>