Uses of Class
org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.Annotations
-
Packages that use Annotations Package Description org.glassfish.jersey.jackson.internal org.glassfish.jersey.jackson.internal.jackson.jaxrs.base org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg org.glassfish.jersey.jackson.internal.jackson.jaxrs.json Jackson-based JAX-RS provider that can automatically serialize and deserialize resources for JSON content type (MediaType). -
-
Uses of Annotations in org.glassfish.jersey.jackson.internal
Methods in org.glassfish.jersey.jackson.internal with parameters of type Annotations Modifier and Type Method Description protected voidJacksonMapperConfigurator. _resolveIntrospector(Annotations ann, ArrayList<com.fasterxml.jackson.databind.AnnotationIntrospector> intr)protected com.fasterxml.jackson.databind.AnnotationIntrospectorJacksonMapperConfigurator. _resolveIntrospectors(Annotations[] annotationsToUse)Constructors in org.glassfish.jersey.jackson.internal with parameters of type Annotations Constructor Description DefaultJacksonJaxbJsonProvider(Providers providers, Configuration config, Annotations... annotationsToUse)JacksonMapperConfigurator(com.fasterxml.jackson.databind.ObjectMapper mapper, Annotations[] defAnnotations) -
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 Annotations Modifier and Type Method Description voidProviderBase. 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
Fields in org.glassfish.jersey.jackson.internal.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(org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.Annotations[]).Methods in org.glassfish.jersey.jackson.internal.jackson.jaxrs.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 org.glassfish.jersey.jackson.internal.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 org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg with parameters of type Annotations Constructor Description MapperConfiguratorBase(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 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 org.glassfish.jersey.jackson.internal.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 org.glassfish.jersey.jackson.internal.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)
-