Package io.quarkus.jackson.runtime
Class VertxHybridPoolObjectMapperCustomizer
java.lang.Object
io.quarkus.jackson.runtime.VertxHybridPoolObjectMapperCustomizer
- All Implemented Interfaces:
ObjectMapperCustomizer,Comparable<ObjectMapperCustomizer>
-
Field Summary
Fields inherited from interface io.quarkus.jackson.ObjectMapperCustomizer
DEFAULT_PRIORITY, MAXIMUM_PRIORITY, MINIMUM_PRIORITY, QUARKUS_CUSTOMIZER_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(com.fasterxml.jackson.databind.ObjectMapper objectMapper) Methods 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
-
VertxHybridPoolObjectMapperCustomizer
public VertxHybridPoolObjectMapperCustomizer()
-
-
Method Details
-
customize
public void customize(com.fasterxml.jackson.databind.ObjectMapper objectMapper) - Specified by:
customizein interfaceObjectMapperCustomizer
-