Package io.apicurio.registry.rest
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected static voidconfigureDateFormat(com.fasterxml.jackson.databind.ObjectMapper mapper, String format, String tz) voidcustomize(com.fasterxml.jackson.databind.ObjectMapper mapper) protected voidMethods 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, 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:
customizein interfaceio.quarkus.jackson.ObjectMapperCustomizer- See Also:
-
ObjectMapperCustomizer.customize(com.fasterxml.jackson.databind.ObjectMapper)
-
configureDateFormat
-