Class QuarkusJacksonConfig

java.lang.Object
org.apache.polaris.service.quarkus.config.QuarkusJacksonConfig
All Implemented Interfaces:
io.quarkus.jackson.ObjectMapperCustomizer, Comparable<io.quarkus.jackson.ObjectMapperCustomizer>

@Singleton public class QuarkusJacksonConfig extends Object implements io.quarkus.jackson.ObjectMapperCustomizer
  • Field Summary

    Fields inherited from interface io.quarkus.jackson.ObjectMapperCustomizer

    DEFAULT_PRIORITY, MAXIMUM_PRIORITY, MINIMUM_PRIORITY, QUARKUS_CUSTOMIZER_PRIORITY
  • Constructor Summary

    Constructors
    Constructor
    Description
    QuarkusJacksonConfig(@WithConverter(io.quarkus.runtime.configuration.MemorySizeConverter.class) io.quarkus.runtime.configuration.MemorySize maxBodySize)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.quarkus.jackson.ObjectMapperCustomizer

    compareTo, priority
  • Constructor Details

    • QuarkusJacksonConfig

      @Inject public QuarkusJacksonConfig(@WithConverter(io.quarkus.runtime.configuration.MemorySizeConverter.class) io.quarkus.runtime.configuration.MemorySize maxBodySize)
  • Method Details

    • customize

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