A C D F I J M O P Q S T V W 
All Classes All Packages

A

acceptCaseInsensitiveEnums - Variable in class io.quarkus.jackson.runtime.JacksonBuildTimeConfig
If enabled, Jackson will ignore case during Enum deserialization.

C

compareTo(ObjectMapperCustomizer) - Method in interface io.quarkus.jackson.ObjectMapperCustomizer
 
configuredNamingStrategy() - Method in interface io.quarkus.jackson.runtime.JacksonSupport
 
customize(ObjectMapper) - Method in interface io.quarkus.jackson.ObjectMapperCustomizer
 
customizerSupplier(Map<Class<?>, Class<?>>) - Method in class io.quarkus.jackson.runtime.MixinsRecorder
 

D

DEFAULT_PRIORITY - Static variable in interface io.quarkus.jackson.ObjectMapperCustomizer
 

F

failOnEmptyBeans - Variable in class io.quarkus.jackson.runtime.JacksonBuildTimeConfig
If enabled, Jackson will fail when no accessors are found for a type.
failOnUnknownProperties - Variable in class io.quarkus.jackson.runtime.JacksonBuildTimeConfig
If enabled, Jackson will fail when encountering unknown properties.

I

io.quarkus.jackson - package io.quarkus.jackson
 
io.quarkus.jackson.runtime - package io.quarkus.jackson.runtime
 

J

JacksonBuildTimeConfig - Class in io.quarkus.jackson.runtime
 
JacksonBuildTimeConfig() - Constructor for class io.quarkus.jackson.runtime.JacksonBuildTimeConfig
 
JacksonMixin - Annotation Type in io.quarkus.jackson
Used on classes that are meant to be used as Jackson mixins.
JacksonSupport - Interface in io.quarkus.jackson.runtime
 
JacksonSupportRecorder - Class in io.quarkus.jackson.runtime
 
JacksonSupportRecorder() - Constructor for class io.quarkus.jackson.runtime.JacksonSupportRecorder
 

M

MINIMUM_PRIORITY - Static variable in interface io.quarkus.jackson.ObjectMapperCustomizer
 
MixinsRecorder - Class in io.quarkus.jackson.runtime
 
MixinsRecorder() - Constructor for class io.quarkus.jackson.runtime.MixinsRecorder
 

O

objectMapper(List<ObjectMapperCustomizer>, JacksonBuildTimeConfig, JacksonSupport) - Method in class io.quarkus.jackson.runtime.ObjectMapperProducer
 
ObjectMapperCustomizer - Interface in io.quarkus.jackson
Meant to be implemented by a CDI bean that provides arbitrary customization for the default ObjectMapper.
ObjectMapperProducer - Class in io.quarkus.jackson.runtime
 
ObjectMapperProducer() - Constructor for class io.quarkus.jackson.runtime.ObjectMapperProducer
 

P

priority() - Method in interface io.quarkus.jackson.ObjectMapperCustomizer
Defines the priority that the customizers are applied.
propertyNamingStrategy - Variable in class io.quarkus.jackson.runtime.JacksonBuildTimeConfig
Defines how names of JSON properties ("external names") are derived from names of POJO methods and fields ("internal names").

Q

QUARKUS_CUSTOMIZER_PRIORITY - Static variable in interface io.quarkus.jackson.ObjectMapperCustomizer
 

S

serializationInclusion - Variable in class io.quarkus.jackson.runtime.JacksonBuildTimeConfig
Define which properties of Java Beans are to be included in serialization.
supplier(Optional<String>) - Method in class io.quarkus.jackson.runtime.JacksonSupportRecorder
 

T

timezone - Variable in class io.quarkus.jackson.runtime.JacksonBuildTimeConfig
If set, Jackson will default to using the specified timezone when formatting dates.

V

value() - Method in annotation type io.quarkus.jackson.JacksonMixin
The types for which the mixin should apply to.

W

writeDatesAsTimestamps - Variable in class io.quarkus.jackson.runtime.JacksonBuildTimeConfig
If enabled, Jackson will serialize dates as numeric value(s).
writeDurationsAsTimestamps - Variable in class io.quarkus.jackson.runtime.JacksonBuildTimeConfig
If enabled, Jackson will serialize durations as numeric value(s).
A C D F I J M O P Q S T V W 
All Classes All Packages