Uses of Enum Class
com.fasterxml.jackson.jakarta.rs.cfg.Annotations
Packages that use Annotations
Package
Description
Jackson-based Jakarta-RS provider that can automatically
serialize and deserialize resources for
JSON content type (MediaType).
-
Uses of Annotations in com.fasterxml.jackson.jakarta.rs.base
Methods in com.fasterxml.jackson.jakarta.rs.base with parameters of type AnnotationsModifier and TypeMethodDescriptionvoidProviderBase.setAnnotationsToUse(Annotations[] annotationsToUse) Method for configuring which annotation sets to use (including none). -
Uses of Annotations in com.fasterxml.jackson.jakarta.rs.cfg
Fields in com.fasterxml.jackson.jakarta.rs.cfg declared as AnnotationsModifier and TypeFieldDescriptionprotected final Annotations[]MapperConfiguratorBase._defaultAnnotationsToUseAnnotations set to use by default; overridden by explicit call toMapperConfiguratorBase.setAnnotationsToUse(com.fasterxml.jackson.jakarta.rs.cfg.Annotations[]).Methods in com.fasterxml.jackson.jakarta.rs.cfg that return AnnotationsModifier and TypeMethodDescriptionstatic AnnotationsReturns the enum constant of this class with the specified name.static Annotations[]Annotations.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.fasterxml.jackson.jakarta.rs.cfg with parameters of type AnnotationsModifier and TypeMethodDescriptionprotected abstract AnnotationIntrospectorMapperConfiguratorBase._resolveIntrospectors(Annotations[] annotationsToUse) protected final voidMapperConfiguratorBase._setAnnotations(ObjectMapper mapper, Annotations[] annotationsToUse) final voidMapperConfiguratorBase.setAnnotationsToUse(Annotations[] annotationsToUse) Constructors in com.fasterxml.jackson.jakarta.rs.cfg with parameters of type AnnotationsModifierConstructorDescriptionMapperConfiguratorBase(MAPPER mapper, Annotations[] defaultAnnotations) -
Uses of Annotations in com.fasterxml.jackson.jakarta.rs.json
Fields in com.fasterxml.jackson.jakarta.rs.json declared as AnnotationsModifier and TypeFieldDescriptionstatic final Annotations[]JacksonJsonProvider.BASIC_ANNOTATIONSDefault annotation sets to use, if not explicitly defined during construction: only Jackson annotations are used for the base class.static final Annotations[]JacksonXmlBindJsonProvider.DEFAULT_ANNOTATIONSDefault annotation sets to use, if not explicitly defined during construction: use Jackson annotations if found; if not, use XmlBind annotations as fallback.Methods in com.fasterxml.jackson.jakarta.rs.json with parameters of type AnnotationsModifier and TypeMethodDescriptionprotected AnnotationIntrospectorJsonMapperConfigurator._resolveIntrospector(Annotations ann) protected AnnotationIntrospectorJsonMapperConfigurator._resolveIntrospectors(Annotations[] annotationsToUse) Constructors in com.fasterxml.jackson.jakarta.rs.json with parameters of type AnnotationsModifierConstructorDescriptionJacksonJsonProvider(ObjectMapper mapper, Annotations[] annotationsToUse) Constructor to use when a custom mapper (usually components like serializer/deserializer factories that have been configured) is to be used.JacksonJsonProvider(Annotations... annotationsToUse) JacksonXmlBindJsonProvider(ObjectMapper mapper, Annotations[] annotationsToUse) Constructor to use when a custom mapper (usually components like serializer/deserializer factories that have been configured) is to be used.JacksonXmlBindJsonProvider(Annotations... annotationsToUse) JsonMapperConfigurator(ObjectMapper mapper, Annotations[] defAnnotations)