Class ConfigurationCustomizer

java.lang.Object
io.quarkus.jackson.runtime.ConfigurationCustomizer
All Implemented Interfaces:
ObjectMapperCustomizer, Comparable<ObjectMapperCustomizer>

@Singleton public class ConfigurationCustomizer extends Object implements ObjectMapperCustomizer
  • Field Details

  • Constructor Details

    • ConfigurationCustomizer

      public ConfigurationCustomizer()
  • Method Details

    • customize

      public void customize(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
      Specified by:
      customize in interface ObjectMapperCustomizer
    • priority

      public int priority()
      Description copied from interface: ObjectMapperCustomizer
      Defines 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:
      priority in interface ObjectMapperCustomizer