Uses of Enum
org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.Annotations
Packages that use Annotations
Package
Description
-
Uses of Annotations in org.glassfish.jersey.jackson.internal.jackson.jaxrs.base
Methods in org.glassfish.jersey.jackson.internal.jackson.jaxrs.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 org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg
Subclasses with type arguments of type Annotations in org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfgModifier and TypeClassDescriptionenumEnumeration that defines standard annotation sets available for configuring data binding aspects.Fields in org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg declared as AnnotationsModifier and TypeFieldDescriptionprotected Annotations[]MapperConfiguratorBase._defaultAnnotationsToUseAnnotations set to use by default; overridden by explicit call toMapperConfiguratorBase.setAnnotationsToUse(Annotations[])Methods in org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg that return AnnotationsModifier and TypeMethodDescriptionstatic AnnotationsReturns 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 org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg with parameters of type AnnotationsModifier and TypeMethodDescriptionprotected abstract com.fasterxml.jackson.databind.AnnotationIntrospectorMapperConfiguratorBase._resolveIntrospectors(Annotations[] annotationsToUse) protected final voidMapperConfiguratorBase._setAnnotations(com.fasterxml.jackson.databind.ObjectMapper mapper, Annotations[] annotationsToUse) final voidMapperConfiguratorBase.setAnnotationsToUse(Annotations[] annotationsToUse) Constructors in org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg with parameters of type AnnotationsModifierConstructorDescriptionMapperConfiguratorBase(MAPPER mapper, Annotations[] defaultAnnotations) -
Uses of Annotations in org.glassfish.jersey.jackson.internal.jackson.jaxrs.json
Fields in org.glassfish.jersey.jackson.internal.jackson.jaxrs.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[]JacksonJaxbJsonProvider.DEFAULT_ANNOTATIONSDefault annotation sets to use, if not explicitly defined during construction: use Jackson annotations if found; if not, use JAXB annotations as fallback.Methods in org.glassfish.jersey.jackson.internal.jackson.jaxrs.json with parameters of type AnnotationsModifier and TypeMethodDescriptionprotected com.fasterxml.jackson.databind.AnnotationIntrospectorJsonMapperConfigurator._resolveIntrospector(Annotations ann) protected com.fasterxml.jackson.databind.AnnotationIntrospectorJsonMapperConfigurator._resolveIntrospectors(Annotations[] annotationsToUse) Constructors in org.glassfish.jersey.jackson.internal.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)