Package io.quarkus.jackson.runtime
Class ConfigurationCustomizer
java.lang.Object
io.quarkus.jackson.runtime.ConfigurationCustomizer
- All Implemented Interfaces:
ObjectMapperCustomizer,Comparable<ObjectMapperCustomizer>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) JacksonBuildTimeConfig(package private) JacksonSupportFields inherited from interface io.quarkus.jackson.ObjectMapperCustomizer
DEFAULT_PRIORITY, MAXIMUM_PRIORITY, MINIMUM_PRIORITY, QUARKUS_CUSTOMIZER_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.jackson.ObjectMapperCustomizer
compareTo
-
Field Details
-
jacksonBuildTimeConfig
-
jacksonSupport
-
-
Constructor Details
-
ConfigurationCustomizer
public ConfigurationCustomizer()
-
-
Method Details
-
customize
public void customize(com.fasterxml.jackson.databind.ObjectMapper objectMapper) - Specified by:
customizein interfaceObjectMapperCustomizer
-
priority
public int priority()Description copied from interface:ObjectMapperCustomizerDefines the priority that the customizers are applied. A lower integer value means that the customizer will be applied after a customizer with a higher priority- Specified by:
priorityin interfaceObjectMapperCustomizer
-