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

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected final com.fasterxml.jackson.databind.ObjectMapper
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    mapRow(ResultSet rs, int rowNum)
     
    final void
    setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

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