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.cbor Jackson-based Jakarta-RS provider that can automatically serialize and deserialize resources for Compact Binary Object Representation (CBOR) content type (MediaType).com.fasterxml.jackson.jakarta.rs.cfg com.fasterxml.jackson.jakarta.rs.json Jackson-based Jakarta-RS provider that can automatically serialize and deserialize resources for JSON content type (MediaType).com.fasterxml.jackson.jakarta.rs.smile Jackson-based Jakarta-RS provider that can automatically serialize and deserialize resources for Smile content type.com.fasterxml.jackson.jakarta.rs.xml Jackson-based Jakarta-RS provider that can automatically serialize and deserialize resources for XML content type (MediaType).com.fasterxml.jackson.jakarta.rs.yaml Jackson-based Jakarta-RS provider that can automatically serialize and deserialize resources for YAML content type (MediaType). -
-
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 void
ProviderBase. setAnnotationsToUse(Annotations[] annotationsToUse)
Method for configuring which annotation sets to use (including none). -
Uses of Annotations in com.fasterxml.jackson.jakarta.rs.cbor
Fields in com.fasterxml.jackson.jakarta.rs.cbor declared as Annotations Modifier and Type Field Description static 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 Annotations[]
JacksonXmlBindCBORProvider. DEFAULT_ANNOTATIONS
Default annotation sets to use, if not explicitly defined during construction: use Jackson annotations if found; if not, use XmlBind annotations as fallback.Methods in com.fasterxml.jackson.jakarta.rs.cbor with parameters of type Annotations Modifier and Type Method Description protected com.fasterxml.jackson.databind.AnnotationIntrospector
CBORMapperConfigurator. _resolveIntrospector(Annotations ann)
protected com.fasterxml.jackson.databind.AnnotationIntrospector
CBORMapperConfigurator. _resolveIntrospectors(Annotations[] annotationsToUse)
Constructors in com.fasterxml.jackson.jakarta.rs.cbor with parameters of type Annotations Constructor Description CBORMapperConfigurator(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)
JacksonXmlBindCBORProvider(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.JacksonXmlBindCBORProvider(Annotations... annotationsToUse)
-
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. _defaultAnnotationsToUse
Annotations 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 Annotations
Annotations. 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.AnnotationIntrospector
MapperConfiguratorBase. _resolveIntrospectors(Annotations[] annotationsToUse)
protected void
MapperConfiguratorBase. _setAnnotations(com.fasterxml.jackson.databind.ObjectMapper mapper, Annotations[] annotationsToUse)
void
MapperConfiguratorBase. setAnnotationsToUse(Annotations[] annotationsToUse)
Constructors in com.fasterxml.jackson.jakarta.rs.cfg with parameters of type Annotations Constructor Description MapperConfiguratorBase(MAPPER mapper, Annotations[] defaultAnnotations)
-
Uses of Annotations in com.fasterxml.jackson.jakarta.rs.json
Fields in com.fasterxml.jackson.jakarta.rs.json declared as Annotations Modifier and Type Field Description static 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 Annotations[]
JacksonXmlBindJsonProvider. DEFAULT_ANNOTATIONS
Default annotation sets to use, if not explicitly defined during construction: use Jackson annotations if found; if not, use XmlBind annotations as fallback.Methods in com.fasterxml.jackson.jakarta.rs.json with parameters of type Annotations Modifier and Type Method Description protected com.fasterxml.jackson.databind.AnnotationIntrospector
JsonMapperConfigurator. _resolveIntrospector(Annotations ann)
protected com.fasterxml.jackson.databind.AnnotationIntrospector
JsonMapperConfigurator. _resolveIntrospectors(Annotations[] annotationsToUse)
Constructors in com.fasterxml.jackson.jakarta.rs.json with parameters of type Annotations Constructor Description 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)
JacksonXmlBindJsonProvider(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.JacksonXmlBindJsonProvider(Annotations... annotationsToUse)
JsonMapperConfigurator(com.fasterxml.jackson.databind.ObjectMapper mapper, Annotations[] defAnnotations)
-
Uses of Annotations in com.fasterxml.jackson.jakarta.rs.smile
Fields in com.fasterxml.jackson.jakarta.rs.smile declared as Annotations Modifier and Type Field Description static 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 Annotations[]
JacksonXmlBindSmileProvider. DEFAULT_ANNOTATIONS
Default annotation sets to use, if not explicitly defined during construction: use Jackson annotations if found; if not, use XmlBind annotations as fallback.Methods in com.fasterxml.jackson.jakarta.rs.smile with parameters of type Annotations Modifier and Type Method Description protected com.fasterxml.jackson.databind.AnnotationIntrospector
SmileMapperConfigurator. _resolveIntrospector(Annotations ann)
protected com.fasterxml.jackson.databind.AnnotationIntrospector
SmileMapperConfigurator. _resolveIntrospectors(Annotations[] annotationsToUse)
Constructors in com.fasterxml.jackson.jakarta.rs.smile with parameters of type Annotations Constructor Description 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)
JacksonXmlBindSmileProvider(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.JacksonXmlBindSmileProvider(Annotations... annotationsToUse)
SmileMapperConfigurator(com.fasterxml.jackson.databind.ObjectMapper mapper, Annotations[] defAnnotations)
-
Uses of Annotations in com.fasterxml.jackson.jakarta.rs.xml
Fields in com.fasterxml.jackson.jakarta.rs.xml declared as Annotations Modifier and Type Field Description static 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 Annotations[]
JacksonXmlBindXMLProvider. DEFAULT_ANNOTATIONS
Default annotation sets to use, if not explicitly defined during construction: use Jackson annotations if found; if not, use XmlBind annotations as fallback.Methods in com.fasterxml.jackson.jakarta.rs.xml with parameters of type Annotations Modifier and Type Method Description protected com.fasterxml.jackson.databind.AnnotationIntrospector
XMLMapperConfigurator. _resolveIntrospector(Annotations ann)
protected com.fasterxml.jackson.databind.AnnotationIntrospector
XMLMapperConfigurator. _resolveIntrospectors(Annotations[] annotationsToUse)
Constructors in com.fasterxml.jackson.jakarta.rs.xml with parameters of type Annotations Constructor Description JacksonXmlBindXMLProvider(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.JacksonXmlBindXMLProvider(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.jakarta.rs.yaml
Fields in com.fasterxml.jackson.jakarta.rs.yaml declared as Annotations Modifier and Type Field Description static 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 Annotations[]
JacksonXmlBindYAMLProvider. DEFAULT_ANNOTATIONS
Default annotation sets to use, if not explicitly defined during construction: use Jackson annotations if found; if not, use XmlBind annotations as fallback.Methods in com.fasterxml.jackson.jakarta.rs.yaml with parameters of type Annotations Modifier and Type Method Description protected com.fasterxml.jackson.databind.AnnotationIntrospector
YAMLMapperConfigurator. _resolveIntrospector(Annotations ann)
protected com.fasterxml.jackson.databind.AnnotationIntrospector
YAMLMapperConfigurator. _resolveIntrospectors(Annotations[] annotationsToUse)
Constructors in com.fasterxml.jackson.jakarta.rs.yaml with parameters of type Annotations Constructor Description JacksonXmlBindYAMLProvider(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.JacksonXmlBindYAMLProvider(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)
-