Class JacksonDateTimeCustomizer

java.lang.Object
io.apicurio.registry.rest.JacksonDateTimeCustomizer
All Implemented Interfaces:
io.quarkus.jackson.ObjectMapperCustomizer, Comparable<io.quarkus.jackson.ObjectMapperCustomizer>

@Singleton public class JacksonDateTimeCustomizer extends Object implements io.quarkus.jackson.ObjectMapperCustomizer
Author:
eric.wittmann@gmail.com
  • Field Summary

    Fields inherited from interface io.quarkus.jackson.ObjectMapperCustomizer

    DEFAULT_PRIORITY, MINIMUM_PRIORITY, QUARKUS_CUSTOMIZER_PRIORITY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected static void
    configureDateFormat(com.fasterxml.jackson.databind.ObjectMapper mapper, String format, String tz)
     
    void
    customize(com.fasterxml.jackson.databind.ObjectMapper mapper)
     
    protected void
     

    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

    • JacksonDateTimeCustomizer

      public JacksonDateTimeCustomizer()
  • Method Details

    • postConstruct

      @PostConstruct protected void postConstruct()
    • customize

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

      protected static void configureDateFormat(com.fasterxml.jackson.databind.ObjectMapper mapper, String format, String tz)