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 TypeMethodDescriptionvoidcustomize(tools.jackson.databind.json.JsonMapper.Builder jsonMapperBuilder)
-
Method Details
-
customize
void customize(tools.jackson.databind.json.JsonMapper.Builder jsonMapperBuilder)
-