Class JdbcRegisteredClientRepository.RegisteredClientRowMapper
java.lang.Object
org.springframework.security.oauth2.server.authorization.client.JdbcRegisteredClientRepository.RegisteredClientRowMapper
- All Implemented Interfaces:
org.springframework.jdbc.core.RowMapper<RegisteredClient>
- Enclosing class:
- JdbcRegisteredClientRepository
@Deprecated(forRemoval=true,
since="7.0")
public static class JdbcRegisteredClientRepository.RegisteredClientRowMapper
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
A
RowMapper that maps the current row in java.sql.ResultSet to
RegisteredClient using Jackson 2's ObjectMapper.-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected final com.fasterxml.jackson.databind.ObjectMapperDeprecated, for removal: This API element is subject to removal in a future version.final voidsetObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
RegisteredClientRowMapper
public RegisteredClientRowMapper()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
setObjectMapper
public final void setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) Deprecated, for removal: This API element is subject to removal in a future version. -
getObjectMapper
protected final com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()Deprecated, for removal: This API element is subject to removal in a future version. -
mapRow
- Specified by:
mapRowin interfaceorg.springframework.jdbc.core.RowMapper<RegisteredClient>- Throws:
SQLException
-
JdbcRegisteredClientRepository.JsonMapperRegisteredClientRowMapperto switch to Jackson 3.