Class RegisterObjectMapper

  • All Implemented Interfaces:
    io.quarkus.jackson.ObjectMapperCustomizer, java.lang.Comparable<io.quarkus.jackson.ObjectMapperCustomizer>

    @Singleton
    public class RegisterObjectMapper
    extends java.lang.Object
    implements io.quarkus.jackson.ObjectMapperCustomizer
    • Field Summary

      • Fields inherited from interface io.quarkus.jackson.ObjectMapperCustomizer

        DEFAULT_PRIORITY, MINIMUM_PRIORITY, QUARKUS_CUSTOMIZER_PRIORITY
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void customize​(com.fasterxml.jackson.databind.ObjectMapper mapper)  
      • 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 Detail

      • RegisterObjectMapper

        public RegisterObjectMapper()
    • Method Detail

      • customize

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