Uses of Interface
io.quarkus.jackson.ObjectMapperCustomizer
-
Packages that use ObjectMapperCustomizer Package Description io.quarkus.jackson io.quarkus.jackson.runtime -
-
Uses of ObjectMapperCustomizer in io.quarkus.jackson
Methods in io.quarkus.jackson with parameters of type ObjectMapperCustomizer Modifier and Type Method Description default intObjectMapperCustomizer. compareTo(ObjectMapperCustomizer o) -
Uses of ObjectMapperCustomizer in io.quarkus.jackson.runtime
Methods in io.quarkus.jackson.runtime that return types with arguments of type ObjectMapperCustomizer Modifier and Type Method Description Supplier<ObjectMapperCustomizer>MixinsRecorder. customizerSupplier(Map<Class<?>,Class<?>> mixinsMap)Method parameters in io.quarkus.jackson.runtime with type arguments of type ObjectMapperCustomizer Modifier and Type Method Description com.fasterxml.jackson.databind.ObjectMapperObjectMapperProducer. objectMapper(List<ObjectMapperCustomizer> customizers, JacksonBuildTimeConfig jacksonBuildTimeConfig, JacksonSupport jacksonSupport)
-