Uses of Class
com.fasterxml.jackson.jaxrs.cfg.Annotations
-
Packages that use Annotations Package Description com.fasterxml.jackson.jaxrs.base com.fasterxml.jackson.jaxrs.cbor Jackson-based JAX-RS provider that can automatically serialize and deserialize resources for Compact Binary Object Representation (CBOR) content type (MediaType).com.fasterxml.jackson.jaxrs.cfg com.fasterxml.jackson.jaxrs.json Jackson-based JAX-RS provider that can automatically serialize and deserialize resources for JSON content type (MediaType).com.fasterxml.jackson.jaxrs.smile Jackson-based JAX-RS provider that can automatically serialize and deserialize resources for Smile content type.com.fasterxml.jackson.jaxrs.xml Jackson-based JAX-RS provider that can automatically serialize and deserialize resources for XML content type (MediaType).com.fasterxml.jackson.jaxrs.yaml Jackson-based JAX-RS provider that can automatically serialize and deserialize resources for YAML content type (MediaType). -
-
Uses of Annotations in com.fasterxml.jackson.jaxrs.base
Methods in com.fasterxml.jackson.jaxrs.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.jaxrs.cbor
Fields in com.fasterxml.jackson.jaxrs.cbor declared as Annotations Modifier and Type Field Description static Annotations[]JacksonCBORProvider. BASIC_ANNOTATIONSDefault annotation sets to use, if not explicitly defined during construction: only Jackson annotations are used for the base class.static Annotations[]JacksonJaxbCBORProvider. 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 com.fasterxml.jackson.jaxrs.cbor with parameters of type Annotations Modifier and Type Method Description protected com.fasterxml.jackson.databind.AnnotationIntrospectorCBORMapperConfigurator. _resolveIntrospector(Annotations ann)protected com.fasterxml.jackson.databind.AnnotationIntrospectorCBORMapperConfigurator. _resolveIntrospectors(Annotations[] annotationsToUse)Constructors in com.fasterxml.jackson.jaxrs.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)JacksonJaxbCBORProvider(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.JacksonJaxbCBORProvider(Annotations... annotationsToUse) -
Uses of Annotations in com.fasterxml.jackson.jaxrs.cfg
Fields in com.fasterxml.jackson.jaxrs.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.jaxrs.cfg.Annotations[]).Methods in com.fasterxml.jackson.jaxrs.cfg that return Annotations Modifier and Type Method Description static AnnotationsAnnotations. valueOf(java.lang.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.jaxrs.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.jaxrs.cfg with parameters of type Annotations Constructor Description MapperConfiguratorBase(MAPPER mapper, Annotations[] defaultAnnotations) -
Uses of Annotations in com.fasterxml.jackson.jaxrs.json
Fields in com.fasterxml.jackson.jaxrs.json declared as Annotations Modifier and Type Field Description static Annotations[]JacksonJsonProvider. BASIC_ANNOTATIONSDefault annotation sets to use, if not explicitly defined during construction: only Jackson annotations are used for the base class.static 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 com.fasterxml.jackson.jaxrs.json with parameters of type Annotations Modifier and Type Method Description protected com.fasterxml.jackson.databind.AnnotationIntrospectorJsonMapperConfigurator. _resolveIntrospector(Annotations ann)protected com.fasterxml.jackson.databind.AnnotationIntrospectorJsonMapperConfigurator. _resolveIntrospectors(Annotations[] annotationsToUse)Constructors in com.fasterxml.jackson.jaxrs.json with parameters of type Annotations Constructor Description JacksonJaxbJsonProvider(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) -
Uses of Annotations in com.fasterxml.jackson.jaxrs.smile
Fields in com.fasterxml.jackson.jaxrs.smile declared as Annotations Modifier and Type Field Description static Annotations[]JacksonSmileProvider. BASIC_ANNOTATIONSDefault annotation sets to use, if not explicitly defined during construction: only Jackson annotations are used for the base class.static Annotations[]JacksonJaxbSmileProvider. 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 com.fasterxml.jackson.jaxrs.smile with parameters of type Annotations Modifier and Type Method Description protected com.fasterxml.jackson.databind.AnnotationIntrospectorSmileMapperConfigurator. _resolveIntrospector(Annotations ann)protected com.fasterxml.jackson.databind.AnnotationIntrospectorSmileMapperConfigurator. _resolveIntrospectors(Annotations[] annotationsToUse)Constructors in com.fasterxml.jackson.jaxrs.smile with parameters of type Annotations Constructor Description JacksonJaxbSmileProvider(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.JacksonJaxbSmileProvider(Annotations... annotationsToUse)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)SmileMapperConfigurator(com.fasterxml.jackson.databind.ObjectMapper mapper, Annotations[] defAnnotations) -
Uses of Annotations in com.fasterxml.jackson.jaxrs.xml
Fields in com.fasterxml.jackson.jaxrs.xml declared as Annotations Modifier and Type Field Description static Annotations[]JacksonXMLProvider. BASIC_ANNOTATIONSDefault annotation sets to use, if not explicitly defined during construction: only Jackson annotations are used for the base class.static Annotations[]JacksonJaxbXMLProvider. 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 com.fasterxml.jackson.jaxrs.xml with parameters of type Annotations Modifier and Type Method Description protected com.fasterxml.jackson.databind.AnnotationIntrospectorXMLMapperConfigurator. _resolveIntrospector(Annotations ann)protected com.fasterxml.jackson.databind.AnnotationIntrospectorXMLMapperConfigurator. _resolveIntrospectors(Annotations[] annotationsToUse)Constructors in com.fasterxml.jackson.jaxrs.xml with parameters of type Annotations Constructor Description JacksonJaxbXMLProvider(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.JacksonJaxbXMLProvider(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.jaxrs.yaml
Fields in com.fasterxml.jackson.jaxrs.yaml declared as Annotations Modifier and Type Field Description static Annotations[]JacksonYAMLProvider. BASIC_ANNOTATIONSDefault annotation sets to use, if not explicitly defined during construction: only Jackson annotations are used for the base class.static Annotations[]JacksonJaxbYAMLProvider. 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 com.fasterxml.jackson.jaxrs.yaml with parameters of type Annotations Modifier and Type Method Description protected com.fasterxml.jackson.databind.AnnotationIntrospectorYAMLMapperConfigurator. _resolveIntrospector(Annotations ann)protected com.fasterxml.jackson.databind.AnnotationIntrospectorYAMLMapperConfigurator. _resolveIntrospectors(Annotations[] annotationsToUse)Constructors in com.fasterxml.jackson.jaxrs.yaml with parameters of type Annotations Constructor Description JacksonJaxbYAMLProvider(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.JacksonJaxbYAMLProvider(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)
-