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
Method parameters in io.quarkus.jackson.runtime with type arguments of type ObjectMapperCustomizer Modifier and Type Method Description com.fasterxml.jackson.databind.ObjectMapperObjectMapperProducer. objectMapper(javax.enterprise.inject.Instance<ObjectMapperCustomizer> customizers, JacksonConfigSupport jacksonConfigSupport)
-