Uses of Interface
io.quarkus.jackson.runtime.JacksonSupport
-
Packages that use JacksonSupport Package Description io.quarkus.jackson.runtime -
-
Uses of JacksonSupport in io.quarkus.jackson.runtime
Methods in io.quarkus.jackson.runtime that return types with arguments of type JacksonSupport Modifier and Type Method Description Supplier<JacksonSupport>JacksonSupportRecorder. supplier(Optional<String> propertyNamingStrategyClassName)Methods in io.quarkus.jackson.runtime with parameters of type JacksonSupport Modifier and Type Method Description com.fasterxml.jackson.databind.ObjectMapperObjectMapperProducer. objectMapper(List<ObjectMapperCustomizer> customizers, JacksonBuildTimeConfig jacksonBuildTimeConfig, JacksonSupport jacksonSupport)
-