Class JdbcOAuth2AuthorizedClientService.OAuth2AuthorizedClientRowMapper

    • Field Detail

      • lobHandler

        protected org.springframework.jdbc.support.lob.LobHandler lobHandler
    • Constructor Detail

    • Method Detail

      • setLobHandler

        public final void setLobHandler​(org.springframework.jdbc.support.lob.LobHandler lobHandler)
      • mapRow

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