Class JdbcOAuth2AuthorizationConsentService.OAuth2AuthorizationConsentRowMapper

java.lang.Object
org.springframework.security.oauth2.server.authorization.JdbcOAuth2AuthorizationConsentService.OAuth2AuthorizationConsentRowMapper
All Implemented Interfaces:
org.springframework.jdbc.core.RowMapper<OAuth2AuthorizationConsent>
Enclosing class:
JdbcOAuth2AuthorizationConsentService

public static class JdbcOAuth2AuthorizationConsentService.OAuth2AuthorizationConsentRowMapper extends Object implements org.springframework.jdbc.core.RowMapper<OAuth2AuthorizationConsent>
The default RowMapper that maps the current row in ResultSet to OAuth2AuthorizationConsent.