Uses of Enum
com.fasterxml.jackson.jaxrs.cfg.Annotations
Packages that use Annotations
-
Uses of Annotations in com.fasterxml.jackson.jaxrs.base
Methods in com.fasterxml.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 com.fasterxml.jackson.jaxrs.cfg
Fields in com.fasterxml.jackson.jaxrs.cfg declared as AnnotationsModifier and TypeFieldDescriptionprotected final Annotations[]MapperConfiguratorBase._defaultAnnotationsToUseAnnotations 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 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 com.fasterxml.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 com.fasterxml.jackson.jaxrs.cfg with parameters of type AnnotationsModifierConstructorDescriptionMapperConfiguratorBase(MAPPER mapper, Annotations[] defaultAnnotations)