public static class JdbcRegisteredClientRepository.RegisteredClientRowMapper extends java.lang.Object implements org.springframework.jdbc.core.RowMapper<RegisteredClient>
| Constructor and Description |
|---|
RegisteredClientRowMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
RegisteredClient |
mapRow(java.sql.ResultSet rs,
int rowNum) |
void |
setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
public RegisteredClient mapRow(java.sql.ResultSet rs, int rowNum) throws java.sql.SQLException
mapRow in interface org.springframework.jdbc.core.RowMapper<RegisteredClient>java.sql.SQLExceptionpublic final void setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
protected final com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()