Uses of Enum Class
org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.Annotations
Package
Description
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
JSON content type (MediaType).
-
Uses of Annotations in org.glassfish.jersey.jackson.internal
Modifier and TypeMethodDescriptionprotected void
JacksonMapperConfigurator._resolveIntrospector
(Annotations ann, ArrayList<com.fasterxml.jackson.databind.AnnotationIntrospector> intr) protected com.fasterxml.jackson.databind.AnnotationIntrospector
JacksonMapperConfigurator._resolveIntrospectors
(Annotations[] annotationsToUse) ModifierConstructorDescriptionDefaultJacksonJaxbJsonProvider
(Providers providers, Configuration config, Annotations... annotationsToUse) JacksonMapperConfigurator
(com.fasterxml.jackson.databind.ObjectMapper mapper, Annotations[] defAnnotations) -
Uses of Annotations in org.glassfish.jersey.jackson.internal.jackson.jaxrs.base
Modifier and TypeMethodDescriptionvoid
ProviderBase.setAnnotationsToUse
(Annotations[] annotationsToUse) Method for configuring which annotation sets to use (including none). -
Uses of Annotations in org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg
Modifier and TypeFieldDescriptionprotected final Annotations[]
MapperConfiguratorBase._defaultAnnotationsToUse
Annotations set to use by default; overridden by explicit call toMapperConfiguratorBase.setAnnotationsToUse(org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.Annotations[])
.Modifier and TypeMethodDescriptionstatic Annotations
Returns 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.Modifier 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) ModifierConstructorDescriptionMapperConfiguratorBase
(MAPPER mapper, Annotations[] defaultAnnotations) -
Uses of Annotations in org.glassfish.jersey.jackson.internal.jackson.jaxrs.json
Modifier 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.Modifier and TypeMethodDescriptionprotected com.fasterxml.jackson.databind.AnnotationIntrospector
JsonMapperConfigurator._resolveIntrospector
(Annotations ann) protected com.fasterxml.jackson.databind.AnnotationIntrospector
JsonMapperConfigurator._resolveIntrospectors
(Annotations[] annotationsToUse) ModifierConstructorDescriptionJacksonJaxbJsonProvider
(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)