public static class JdbcOAuth2AuthorizationConsentService.OAuth2AuthorizationConsentRowMapper extends java.lang.Object implements org.springframework.jdbc.core.RowMapper<OAuth2AuthorizationConsent>
| 构造器和说明 |
|---|
OAuth2AuthorizationConsentRowMapper(RegisteredClientRepository registeredClientRepository) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected RegisteredClientRepository |
getRegisteredClientRepository() |
OAuth2AuthorizationConsent |
mapRow(java.sql.ResultSet rs,
int rowNum) |
public OAuth2AuthorizationConsentRowMapper(RegisteredClientRepository registeredClientRepository)
public OAuth2AuthorizationConsent mapRow(java.sql.ResultSet rs, int rowNum) throws java.sql.SQLException
mapRow 在接口中 org.springframework.jdbc.core.RowMapper<OAuth2AuthorizationConsent>java.sql.SQLExceptionprotected final RegisteredClientRepository getRegisteredClientRepository()