Uses of Enum
com.fasterxml.jackson.jaxrs.cfg.Annotations
Packages that use Annotations
Package
Description
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
Compact Binary Object Representation (CBOR) content type (MediaType).
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
JSON content type (MediaType).
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
Smile content type.
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
XML content type (MediaType).
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
YAML content type (MediaType).
-
Uses of Annotations in com.fasterxml.jackson.jaxrs.base
Methods in com.fasterxml.jackson.jaxrs.base with parameters of type AnnotationsModifier and TypeMethodDescriptionvoid
ProviderBase.setAnnotationsToUse
(Annotations[] annotationsToUse) Method for configuring which annotation sets to use (including none). -
Uses of Annotations in com.fasterxml.jackson.jaxrs.cbor
Fields in com.fasterxml.jackson.jaxrs.cbor declared as AnnotationsModifier and TypeFieldDescriptionstatic final Annotations[]
JacksonCBORProvider.BASIC_ANNOTATIONS
Default annotation sets to use, if not explicitly defined during construction: only Jackson annotations are used for the base class.static final Annotations[]
JacksonJaxbCBORProvider.DEFAULT_ANNOTATIONS
Default annotation sets to use, if not explicitly defined during construction: use Jackson annotations if found; if not, use JAXB annotations as fallback.Methods in com.fasterxml.jackson.jaxrs.cbor with parameters of type AnnotationsModifier and TypeMethodDescriptionprotected com.fasterxml.jackson.databind.AnnotationIntrospector
CBORMapperConfigurator._resolveIntrospector
(Annotations ann) protected com.fasterxml.jackson.databind.AnnotationIntrospector
CBORMapperConfigurator._resolveIntrospectors
(Annotations[] annotationsToUse) Constructors in com.fasterxml.jackson.jaxrs.cbor with parameters of type AnnotationsModifierConstructorDescriptionCBORMapperConfigurator
(com.fasterxml.jackson.databind.ObjectMapper mapper, Annotations[] defAnnotations) JacksonCBORProvider
(com.fasterxml.jackson.databind.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.JacksonCBORProvider
(Annotations... annotationsToUse) JacksonJaxbCBORProvider
(com.fasterxml.jackson.databind.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.JacksonJaxbCBORProvider
(Annotations... annotationsToUse) -
Uses of Annotations in com.fasterxml.jackson.jaxrs.cfg
Fields in com.fasterxml.jackson.jaxrs.cfg declared as AnnotationsModifier and TypeFieldDescriptionprotected final Annotations[]
MapperConfiguratorBase._defaultAnnotationsToUse
Annotations set to use by default; overridden by explicit call toMapperConfiguratorBase.setAnnotationsToUse(com.fasterxml.jackson.jaxrs.cfg.Annotations[])
.Methods in com.fasterxml.jackson.jaxrs.cfg that return AnnotationsModifier and TypeMethodDescriptionstatic Annotations
Returns the enum constant of this type with the specified name.static Annotations[]
Annotations.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.fasterxml.jackson.jaxrs.cfg with parameters of type AnnotationsModifier and TypeMethodDescriptionprotected abstract com.fasterxml.jackson.databind.AnnotationIntrospector
MapperConfiguratorBase._resolveIntrospectors
(Annotations[] annotationsToUse) protected final void
MapperConfiguratorBase._setAnnotations
(com.fasterxml.jackson.databind.ObjectMapper mapper, Annotations[] annotationsToUse) final void
MapperConfiguratorBase.setAnnotationsToUse
(Annotations[] annotationsToUse) Constructors in com.fasterxml.jackson.jaxrs.cfg with parameters of type AnnotationsModifierConstructorDescriptionMapperConfiguratorBase
(MAPPER mapper, Annotations[] defaultAnnotations) -
Uses of Annotations in com.fasterxml.jackson.jaxrs.json
Fields in com.fasterxml.jackson.jaxrs.json declared as AnnotationsModifier and TypeFieldDescriptionstatic final Annotations[]
JacksonJsonProvider.BASIC_ANNOTATIONS
Default annotation sets to use, if not explicitly defined during construction: only Jackson annotations are used for the base class.static final Annotations[]
JacksonJaxbJsonProvider.DEFAULT_ANNOTATIONS
Default annotation sets to use, if not explicitly defined during construction: use Jackson annotations if found; if not, use JAXB annotations as fallback.Methods in com.fasterxml.jackson.jaxrs.json with parameters of type AnnotationsModifier and TypeMethodDescriptionprotected com.fasterxml.jackson.databind.AnnotationIntrospector
JsonMapperConfigurator._resolveIntrospector
(Annotations ann) protected com.fasterxml.jackson.databind.AnnotationIntrospector
JsonMapperConfigurator._resolveIntrospectors
(Annotations[] annotationsToUse) Constructors in com.fasterxml.jackson.jaxrs.json with parameters of type AnnotationsModifierConstructorDescriptionJacksonJaxbJsonProvider
(com.fasterxml.jackson.databind.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.JacksonJaxbJsonProvider
(Annotations... annotationsToUse) JacksonJsonProvider
(com.fasterxml.jackson.databind.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) JsonMapperConfigurator
(com.fasterxml.jackson.databind.ObjectMapper mapper, Annotations[] defAnnotations) -
Uses of Annotations in com.fasterxml.jackson.jaxrs.smile
Fields in com.fasterxml.jackson.jaxrs.smile declared as AnnotationsModifier and TypeFieldDescriptionstatic final Annotations[]
JacksonSmileProvider.BASIC_ANNOTATIONS
Default annotation sets to use, if not explicitly defined during construction: only Jackson annotations are used for the base class.static final Annotations[]
JacksonJaxbSmileProvider.DEFAULT_ANNOTATIONS
Default annotation sets to use, if not explicitly defined during construction: use Jackson annotations if found; if not, use JAXB annotations as fallback.Methods in com.fasterxml.jackson.jaxrs.smile with parameters of type AnnotationsModifier and TypeMethodDescriptionprotected com.fasterxml.jackson.databind.AnnotationIntrospector
SmileMapperConfigurator._resolveIntrospector
(Annotations ann) protected com.fasterxml.jackson.databind.AnnotationIntrospector
SmileMapperConfigurator._resolveIntrospectors
(Annotations[] annotationsToUse) Constructors in com.fasterxml.jackson.jaxrs.smile with parameters of type AnnotationsModifierConstructorDescriptionJacksonJaxbSmileProvider
(com.fasterxml.jackson.databind.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.JacksonJaxbSmileProvider
(Annotations... annotationsToUse) JacksonSmileProvider
(com.fasterxml.jackson.databind.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.JacksonSmileProvider
(Annotations... annotationsToUse) SmileMapperConfigurator
(com.fasterxml.jackson.databind.ObjectMapper mapper, Annotations[] defAnnotations) -
Uses of Annotations in com.fasterxml.jackson.jaxrs.xml
Fields in com.fasterxml.jackson.jaxrs.xml declared as AnnotationsModifier and TypeFieldDescriptionstatic final Annotations[]
JacksonXMLProvider.BASIC_ANNOTATIONS
Default annotation sets to use, if not explicitly defined during construction: only Jackson annotations are used for the base class.static final Annotations[]
JacksonJaxbXMLProvider.DEFAULT_ANNOTATIONS
Default annotation sets to use, if not explicitly defined during construction: use Jackson annotations if found; if not, use JAXB annotations as fallback.Methods in com.fasterxml.jackson.jaxrs.xml with parameters of type AnnotationsModifier and TypeMethodDescriptionprotected com.fasterxml.jackson.databind.AnnotationIntrospector
XMLMapperConfigurator._resolveIntrospector
(Annotations ann) protected com.fasterxml.jackson.databind.AnnotationIntrospector
XMLMapperConfigurator._resolveIntrospectors
(Annotations[] annotationsToUse) Constructors in com.fasterxml.jackson.jaxrs.xml with parameters of type AnnotationsModifierConstructorDescriptionJacksonJaxbXMLProvider
(com.fasterxml.jackson.dataformat.xml.XmlMapper mapper, Annotations[] annotationsToUse) Constructor to use when a custom mapper (usually components like serializer/deserializer factories that have been configured) is to be used.JacksonJaxbXMLProvider
(Annotations... annotationsToUse) JacksonXMLProvider
(com.fasterxml.jackson.dataformat.xml.XmlMapper mapper, Annotations[] annotationsToUse) Constructor to use when a custom mapper (usually components like serializer/deserializer factories that have been configured) is to be used.JacksonXMLProvider
(Annotations... annotationsToUse) XMLMapperConfigurator
(com.fasterxml.jackson.dataformat.xml.XmlMapper mapper, Annotations[] defAnnotations) -
Uses of Annotations in com.fasterxml.jackson.jaxrs.yaml
Fields in com.fasterxml.jackson.jaxrs.yaml declared as AnnotationsModifier and TypeFieldDescriptionstatic final Annotations[]
JacksonYAMLProvider.BASIC_ANNOTATIONS
Default annotation sets to use, if not explicitly defined during construction: only Jackson annotations are used for the base class.static final Annotations[]
JacksonJaxbYAMLProvider.DEFAULT_ANNOTATIONS
Default annotation sets to use, if not explicitly defined during construction: use Jackson annotations if found; if not, use JAXB annotations as fallback.Methods in com.fasterxml.jackson.jaxrs.yaml with parameters of type AnnotationsModifier and TypeMethodDescriptionprotected com.fasterxml.jackson.databind.AnnotationIntrospector
YAMLMapperConfigurator._resolveIntrospector
(Annotations ann) protected com.fasterxml.jackson.databind.AnnotationIntrospector
YAMLMapperConfigurator._resolveIntrospectors
(Annotations[] annotationsToUse) Constructors in com.fasterxml.jackson.jaxrs.yaml with parameters of type AnnotationsModifierConstructorDescriptionJacksonJaxbYAMLProvider
(com.fasterxml.jackson.dataformat.yaml.YAMLMapper mapper, Annotations[] annotationsToUse) Constructor to use when a custom mapper (usually components like serializer/deserializer factories that have been configured) is to be used.JacksonJaxbYAMLProvider
(Annotations... annotationsToUse) JacksonYAMLProvider
(com.fasterxml.jackson.dataformat.yaml.YAMLMapper mapper, Annotations[] annotationsToUse) Constructor to use when a custom mapper (usually components like serializer/deserializer factories that have been configured) is to be used.JacksonYAMLProvider
(Annotations... annotationsToUse) YAMLMapperConfigurator
(com.fasterxml.jackson.dataformat.yaml.YAMLMapper mapper, Annotations[] defAnnotations)