public static class JdbcOAuth2AuthorizationService.OAuth2AuthorizationRowMapper extends java.lang.Object implements org.springframework.jdbc.core.RowMapper<OAuth2Authorization>
| Constructor and Description |
|---|
OAuth2AuthorizationRowMapper(RegisteredClientRepository registeredClientRepository) |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.jdbc.support.lob.LobHandler |
getLobHandler() |
protected com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
protected RegisteredClientRepository |
getRegisteredClientRepository() |
OAuth2Authorization |
mapRow(java.sql.ResultSet rs,
int rowNum) |
void |
setLobHandler(org.springframework.jdbc.support.lob.LobHandler lobHandler) |
void |
setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
public OAuth2AuthorizationRowMapper(RegisteredClientRepository registeredClientRepository)
public OAuth2Authorization mapRow(java.sql.ResultSet rs, int rowNum) throws java.sql.SQLException
mapRow in interface org.springframework.jdbc.core.RowMapper<OAuth2Authorization>java.sql.SQLExceptionpublic final void setLobHandler(org.springframework.jdbc.support.lob.LobHandler lobHandler)
public final void setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
protected final RegisteredClientRepository getRegisteredClientRepository()
protected final org.springframework.jdbc.support.lob.LobHandler getLobHandler()
protected final com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()