Interface JdbcOAuth2AuthorizationServiceJsonMapperCustomizer


@NullMarked public interface JdbcOAuth2AuthorizationServiceJsonMapperCustomizer
Interface to provide ability to customize JsonMapper that is used by JdbcOAuth2AuthorizationService. These customizers will be applied at the last step of JsonMapper configuration.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(tools.jackson.databind.json.JsonMapper.Builder jsonMapperBuilder)
     
  • Method Details

    • customize

      void customize(tools.jackson.databind.json.JsonMapper.Builder jsonMapperBuilder)