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

public static class JdbcRegisteredClientRepository.RegisteredClientRowMapper extends Object implements org.springframework.jdbc.core.RowMapper<RegisteredClient>
The default RowMapper that maps the current row in java.sql.ResultSet to RegisteredClient.
  • Constructor Details

    • RegisteredClientRowMapper

      public RegisteredClientRowMapper()
  • Method Details

    • mapRow

      public RegisteredClient mapRow(ResultSet rs, int rowNum) throws SQLException
      Specified by:
      mapRow in interface org.springframework.jdbc.core.RowMapper<RegisteredClient>
      Throws:
      SQLException
    • setObjectMapper

      public final void setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
    • getObjectMapper

      protected final com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()