Uses of Class
com.fasterxml.jackson.jakarta.rs.cfg.Annotations
-
Packages that use Annotations Package Description com.fasterxml.jackson.jakarta.rs.base com.fasterxml.jackson.jakarta.rs.cfg -
-
Uses of Annotations in com.fasterxml.jackson.jakarta.rs.base
Methods in com.fasterxml.jackson.jakarta.rs.base with parameters of type Annotations Modifier and Type Method Description voidProviderBase. 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 Annotations Modifier and Type Field Description protected 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 Annotations Modifier and Type Method Description static AnnotationsAnnotations. valueOf(String name)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.jakarta.rs.cfg with parameters of type Annotations Modifier and Type Method Description protected abstract com.fasterxml.jackson.databind.AnnotationIntrospectorMapperConfiguratorBase. _resolveIntrospectors(Annotations[] annotationsToUse)protected voidMapperConfiguratorBase. _setAnnotations(com.fasterxml.jackson.databind.ObjectMapper mapper, Annotations[] annotationsToUse)voidMapperConfiguratorBase. setAnnotationsToUse(Annotations[] annotationsToUse)Constructors in com.fasterxml.jackson.jakarta.rs.cfg with parameters of type Annotations Constructor Description MapperConfiguratorBase(MAPPER mapper, Annotations[] defaultAnnotations)
-