Uses of Class
com.fasterxml.jackson.databind.introspect.Annotated
-
Packages that use Annotated Package Description com.fasterxml.jackson.databind Basic data binding (mapping) functionality that allows for reading JSON content into Java Objects (POJOs) and JSON Trees (JsonNode), as well as writing Java Objects and trees as JSON.com.fasterxml.jackson.databind.cfg Package that contains most of configuration-related classes; exception being couple of most-commonly used configuration things (like Feature enumerations) that are at the main level (com.fasterxml.jackson.databind).com.fasterxml.jackson.databind.deser Contains implementation classes of deserialization part of data binding.com.fasterxml.jackson.databind.ext Contains extended support for "external" packages: things that may or may not be present in runtime environment, but that are commonly enough used so that explicit support can be added.com.fasterxml.jackson.databind.introspect Functionality needed for Bean introspection, required for detecting accessors and mutators for Beans, as well as locating and handling method annotations.com.fasterxml.jackson.databind.ser Contains implementation classes of serialization part of data binding. -
-
Uses of Annotated in com.fasterxml.jackson.databind
Methods in com.fasterxml.jackson.databind with parameters of type Annotated Modifier and Type Method Description protected <A extends java.lang.annotation.Annotation>
AAnnotationIntrospector. _findAnnotation(Annotated ann, java.lang.Class<A> annoClass)Method that should be used by sub-classes for ALL annotation access; overridable so that sub-classes may, if they choose to, mangle actual access to block access ("hide" annotations) or perhaps change it.protected booleanAnnotationIntrospector. _hasAnnotation(Annotated ann, java.lang.Class<? extends java.lang.annotation.Annotation> annoClass)Method that should be used by sub-classes for ALL annotation existence access; overridable so that sub-classes may, if they choose to, mangle actual access to block access ("hide" annotations) or perhaps change value seen.protected booleanAnnotationIntrospector. _hasOneOf(Annotated ann, java.lang.Class<? extends java.lang.annotation.Annotation>[] annoClasses)Alternative lookup method that is used to see if annotation has at least one of annotations of types listed in second argument.Converter<java.lang.Object,java.lang.Object>DatabindContext. converterInstance(Annotated annotated, java.lang.Object converterDef)Helper method to use to construct aConverter, given a definition that may be either actual converter instance, or Class for instantiating one.abstract JsonDeserializer<java.lang.Object>DeserializationContext. deserializerInstance(Annotated annotated, java.lang.Object deserDef)java.lang.ObjectAnnotationIntrospector. findContentDeserializer(Annotated am)Method for getting a deserializer definition for content (values) of associatedCollection,arrayorMapproperty.java.lang.ObjectAnnotationIntrospector. findContentSerializer(Annotated am)Method for getting a serializer definition for content (values) of associatedCollection,arrayorMapproperty.com.fasterxml.jackson.annotation.JsonCreator.ModeAnnotationIntrospector. findCreatorAnnotation(MapperConfig<?> config, Annotated ann)Method called to check whether potential Creator (constructor or static factory method) has explicit annotation to indicate it as actual Creator; and if so, whichJsonCreator.Modeto use.com.fasterxml.jackson.annotation.JsonCreator.ModeAnnotationIntrospector. findCreatorBinding(Annotated ann)java.lang.ObjectAnnotationIntrospector. findDeserializationConverter(Annotated a)Method for findingConverterthat annotated entity (property or class) has indicated to be used as part of deserialization.java.lang.ObjectAnnotationIntrospector. findDeserializer(Annotated am)Method for getting a deserializer definition on specified method or field.java.lang.ObjectAnnotationIntrospector. findFilterId(Annotated ann)Method for finding if annotated class has associated filter; and if so, to return id that is used to locate filter.com.fasterxml.jackson.annotation.JsonFormat.ValueAnnotationIntrospector. findFormat(Annotated memberOrClass)Method for finding format annotations for property or class.java.lang.ObjectAnnotationIntrospector. findKeyDeserializer(Annotated am)Method for getting a deserializer definition for keys of associatedMapproperty.java.lang.ObjectAnnotationIntrospector. findKeySerializer(Annotated am)Method for getting a serializer definition for keys of associatedjava.util.Mapproperty.java.lang.BooleanAnnotationIntrospector. findMergeInfo(Annotated ann)Method for finding merge settings for property, if any.PropertyNameAnnotationIntrospector. findNameForDeserialization(Annotated ann)Method for checking whether given property accessors (method, field) has an annotation that suggests property name to use for deserialization (reading JSON into POJOs).PropertyNameAnnotationIntrospector. findNameForSerialization(Annotated a)Method for checking whether given property accessors (method, field) has an annotation that suggests property name to use for serialization.java.lang.StringAnnotationIntrospector.XmlExtensions. findNamespace(MapperConfig<?> config, Annotated ann)Method that can be called to figure out generic namespace property for an annotated object.java.lang.ObjectAnnotationIntrospector. findNullSerializer(Annotated am)Method for getting a serializer definition for serializer to use for nulls (null values) of associated property or type.ObjectIdInfoAnnotationIntrospector. findObjectIdInfo(Annotated ann)Method for checking whether given annotated thing (type, or accessor) indicates that values referenced (values of type of annotated class, or values referenced by annotated property; latter having precedence) should include Object Identifier, and if so, specify details of Object Identity used.ObjectIdInfoAnnotationIntrospector. findObjectReferenceInfo(Annotated ann, ObjectIdInfo objectIdInfo)Method for figuring out additional properties of an Object Identity referencecom.fasterxml.jackson.annotation.JsonTypeInfo.ValueAnnotationIntrospector. findPolymorphicTypeInfo(MapperConfig<?> config, Annotated ann)Method for checking whether given Class or Property Accessor specifies polymorphic type-handling information, to indicate need for polymorphic handling.com.fasterxml.jackson.annotation.JsonProperty.AccessAnnotationIntrospector. findPropertyAccess(Annotated ann)Method for finding optional access definition for a property, annotated on one of its accessors.java.util.List<PropertyName>AnnotationIntrospector. findPropertyAliases(Annotated ann)Method called to find if given property has alias(es) defined.java.lang.StringAnnotationIntrospector. findPropertyDefaultValue(Annotated ann)Method for finding suggested default value (as simple textual serialization) for the property.java.lang.StringAnnotationIntrospector. findPropertyDescription(Annotated ann)Method used to check whether specified property member (accessor or mutator) defines human-readable description to use for documentation.com.fasterxml.jackson.annotation.JsonIgnoreProperties.ValueAnnotationIntrospector. findPropertyIgnoralByName(MapperConfig<?> config, Annotated ann)Method for finding information about properties to ignore either by name, or by more general specification ("ignore all unknown").com.fasterxml.jackson.annotation.JsonIgnoreProperties.ValueAnnotationIntrospector. findPropertyIgnorals(Annotated ac)com.fasterxml.jackson.annotation.JsonInclude.ValueAnnotationIntrospector. findPropertyInclusion(Annotated a)Method for checking inclusion criteria for a type (Class) or property (yes, method name is bit unfortunate -- not just for properties!).com.fasterxml.jackson.annotation.JsonIncludeProperties.ValueAnnotationIntrospector. findPropertyInclusionByName(MapperConfig<?> config, Annotated ann)Method for finding information about names of properties to included.java.lang.IntegerAnnotationIntrospector. findPropertyIndex(Annotated ann)Method used to check whether specified property member (accessor or mutator) defines numeric index, and if so, what is the index value.java.lang.ObjectAnnotationIntrospector. findSerializationConverter(Annotated a)Method for findingConverterthat annotated entity (property or class) has indicated to be used as part of serialization.java.lang.BooleanAnnotationIntrospector. findSerializationSortAlphabetically(Annotated ann)Method for checking whether an annotation indicates that serialized properties for which no explicit is defined should be alphabetically (lexicograpically) orderedJsonSerialize.TypingAnnotationIntrospector. findSerializationTyping(Annotated a)Method for accessing declared typing mode annotated (if any).java.lang.ObjectAnnotationIntrospector. findSerializer(Annotated am)Method for getting a serializer definition on specified method or field.com.fasterxml.jackson.annotation.JsonSetter.ValueAnnotationIntrospector. findSetterInfo(Annotated ann)Method for finding possible settings for property, given annotations on an accessor.java.util.List<NamedType>AnnotationIntrospector. findSubtypes(Annotated a)Method for locating annotation-specified subtypes related to annotated entity (class, method, field).java.lang.Class<?>[]AnnotationIntrospector. findViews(Annotated a)Method for checking if annotated property (represented by a field or getter/setter method) has definitions for views it is to be included in.PropertyNameAnnotationIntrospector. findWrapperName(Annotated ann)Method used to check if specified property has annotation that indicates that it should be wrapped in an element; and if so, name to use.java.lang.BooleanAnnotationIntrospector. hasAnyGetter(Annotated ann)Method for checking whether given method has an annotation that suggests that the method is to serve as "any setter"; method to be used for accessing set of miscellaneous "extra" properties, often bound with matching "any setter" method.java.lang.BooleanAnnotationIntrospector. hasAnySetter(Annotated ann)Method for checking whether given method has an annotation that suggests that the method is to serve as "any setter"; method to be used for setting values of any properties for which no dedicated setter method is found.java.lang.BooleanAnnotationIntrospector. hasAsKey(MapperConfig<?> config, Annotated a)Method for checking whether given method has an annotation that suggests the return value of annotated field or method should be used as "the key" of the object instance; usually serialized as a primitive value such as String or number.java.lang.BooleanAnnotationIntrospector. hasAsValue(Annotated a)Method for checking whether given method has an annotation that suggests that the return value of annotated method should be used as "the value" of the object instance; usually serialized as a primitive value such as String or number.booleanAnnotationIntrospector. hasCreatorAnnotation(Annotated ann)java.lang.BooleanAnnotationIntrospector.XmlExtensions. isOutputAsAttribute(MapperConfig<?> config, Annotated ann)Method used to check whether given annotated element (field, method, constructor parameter) has indicator that suggests it be output as an XML attribute or not (if not, then as element)java.lang.BooleanAnnotationIntrospector.XmlExtensions. isOutputAsCData(MapperConfig<?> config, Annotated ann)Method used to check whether given annotated element (field, method, constructor parameter) has indicator that suggests it should be wrapped in a CDATA tag.java.lang.BooleanAnnotationIntrospector.XmlExtensions. isOutputAsText(MapperConfig<?> config, Annotated ann)Method used to check whether given annotated element (field, method, constructor parameter) has indicator that suggests it should be serialized as text, without element wrapper.abstract KeyDeserializerDeserializationContext. keyDeserializerInstance(Annotated annotated, java.lang.Object deserDef)com.fasterxml.jackson.annotation.ObjectIdGenerator<?>DatabindContext. objectIdGeneratorInstance(Annotated annotated, ObjectIdInfo objectIdInfo)com.fasterxml.jackson.annotation.ObjectIdResolverDatabindContext. objectIdResolverInstance(Annotated annotated, ObjectIdInfo objectIdInfo)JavaTypeAnnotationIntrospector. refineDeserializationType(MapperConfig<?> config, Annotated a, JavaType baseType)Method called to find out possible type refinements to use for deserialization.JavaTypeAnnotationIntrospector. refineSerializationType(MapperConfig<?> config, Annotated a, JavaType baseType)Method called to find out possible type refinements to use for deserialization, including not just value itself but key and/or content type, if type has those.abstract JsonSerializer<java.lang.Object>SerializerProvider. serializerInstance(Annotated annotated, java.lang.Object serDef)Method that can be called to construct and configure serializer instance, either given aClassto instantiate (with default constructor), or an uninitialized serializer instance. -
Uses of Annotated in com.fasterxml.jackson.databind.cfg
Methods in com.fasterxml.jackson.databind.cfg with parameters of type Annotated Modifier and Type Method Description Converter<?,?>HandlerInstantiator. converterInstance(MapperConfig<?> config, Annotated annotated, java.lang.Class<?> implClass)Method called to construct a Converter instance used for specified class.abstract JsonDeserializer<?>HandlerInstantiator. deserializerInstance(DeserializationConfig config, Annotated annotated, java.lang.Class<?> deserClass)Method called to get an instance of deserializer of specified type.abstract KeyDeserializerHandlerInstantiator. keyDeserializerInstance(DeserializationConfig config, Annotated annotated, java.lang.Class<?> keyDeserClass)Method called to get an instance of key deserializer of specified type.PropertyNamingStrategyHandlerInstantiator. namingStrategyInstance(MapperConfig<?> config, Annotated annotated, java.lang.Class<?> implClass)Method called to construct a NamingStrategy instance used for specified class.com.fasterxml.jackson.annotation.ObjectIdGenerator<?>HandlerInstantiator. objectIdGeneratorInstance(MapperConfig<?> config, Annotated annotated, java.lang.Class<?> implClass)Method called to construct a ObjectIdHandler instance of specified type.com.fasterxml.jackson.annotation.ObjectIdResolverHandlerInstantiator. resolverIdGeneratorInstance(MapperConfig<?> config, Annotated annotated, java.lang.Class<?> implClass)abstract JsonSerializer<?>HandlerInstantiator. serializerInstance(SerializationConfig config, Annotated annotated, java.lang.Class<?> serClass)Method called to get an instance of serializer of specified type.abstract TypeIdResolverHandlerInstantiator. typeIdResolverInstance(MapperConfig<?> config, Annotated annotated, java.lang.Class<?> resolverClass)Method called to get an instance of TypeIdResolver of specified type.TypeIdResolverMapperConfig. typeIdResolverInstance(Annotated annotated, java.lang.Class<? extends TypeIdResolver> resolverClass)Method that can be called to obtain an instance ofTypeIdResolverof specified type.abstract TypeResolverBuilder<?>HandlerInstantiator. typeResolverBuilderInstance(MapperConfig<?> config, Annotated annotated, java.lang.Class<?> builderClass)Method called to get an instance of TypeResolverBuilder of specified type.TypeResolverBuilder<?>MapperConfig. typeResolverBuilderInstance(Annotated annotated, java.lang.Class<? extends TypeResolverBuilder<?>> builderClass)Method that can be called to obtain an instance ofTypeIdResolverof specified type.ValueInstantiatorHandlerInstantiator. valueInstantiatorInstance(MapperConfig<?> config, Annotated annotated, java.lang.Class<?> resolverClass)Method called to construct an instance of ValueInstantiator of specified type. -
Uses of Annotated in com.fasterxml.jackson.databind.deser
Methods in com.fasterxml.jackson.databind.deser with parameters of type Annotated Modifier and Type Method Description protected booleanBasicDeserializerFactory. _hasCreatorAnnotation(DeserializationContext ctxt, Annotated ann)ValueInstantiatorBasicDeserializerFactory. _valueInstantiatorInstance(DeserializationConfig config, Annotated annotated, java.lang.Object instDef)JsonDeserializer<java.lang.Object>DefaultDeserializationContext. deserializerInstance(Annotated ann, java.lang.Object deserDef)protected JsonDeserializer<java.lang.Object>BasicDeserializerFactory. findContentDeserializerFromAnnotation(DeserializationContext ctxt, Annotated ann)protected Converter<java.lang.Object,java.lang.Object>DeserializerCache. findConverter(DeserializationContext ctxt, Annotated a)protected JsonDeserializer<java.lang.Object>DeserializerCache. findConvertingDeserializer(DeserializationContext ctxt, Annotated a, JsonDeserializer<java.lang.Object> deser)Helper method that will check whether given annotated entity (usually class, but may also be a property accessor) indicates that aConverteris to be used; and if so, to construct and return suitable serializer for it.protected JsonDeserializer<java.lang.Object>BasicDeserializerFactory. findDeserializerFromAnnotation(DeserializationContext ctxt, Annotated ann)Helper method called to check if a class or method has annotation that tells which class to use for deserialization; and if so, to instantiate, that deserializer to use.protected JsonDeserializer<java.lang.Object>DeserializerCache. findDeserializerFromAnnotation(DeserializationContext ctxt, Annotated ann)Helper method called to check if a class or method has annotation that tells which class to use for deserialization.protected KeyDeserializerBasicDeserializerFactory. findKeyDeserializerFromAnnotation(DeserializationContext ctxt, Annotated ann)Helper method called to check if a class or method has annotation that tells which class to use for deserialization ofMapkeys.KeyDeserializerDefaultDeserializationContext. keyDeserializerInstance(Annotated ann, java.lang.Object deserDef)protected JavaTypeBasicDeserializerFactory. modifyTypeByAnnotation(DeserializationContext ctxt, Annotated a, JavaType type) -
Uses of Annotated in com.fasterxml.jackson.databind.ext
Methods in com.fasterxml.jackson.databind.ext with parameters of type Annotated Modifier and Type Method Description abstract java.lang.BooleanJava7Support. findTransient(Annotated a)java.lang.BooleanJava7SupportImpl. findTransient(Annotated a)abstract java.lang.BooleanJava7Support. hasCreatorAnnotation(Annotated a)java.lang.BooleanJava7SupportImpl. hasCreatorAnnotation(Annotated a) -
Uses of Annotated in com.fasterxml.jackson.databind.introspect
Classes in com.fasterxml.jackson.databind.introspect with type parameters of type Annotated Modifier and Type Class Description classAnnotatedAndMetadata<A extends Annotated,M>Silly little "Pair" class needed for 2-element tuples (without adding dependency to one of 3rd party packages that has one).Subclasses of Annotated in com.fasterxml.jackson.databind.introspect Modifier and Type Class Description classAnnotatedClassclassAnnotatedConstructorclassAnnotatedFieldObject that represents non-static (and usually non-transient/volatile) fields of a class.classAnnotatedMemberIntermediate base class for annotated entities that are members of a class; fields, methods and constructors.classAnnotatedMethodclassAnnotatedParameterObject that represents method parameters, mostly so that associated annotations can be processed conveniently.classAnnotatedWithParamsIntermediate base class that encapsulates features that constructors and methods share.classVirtualAnnotatedMemberPlaceholder used by virtual properties as placeholder for underlyingAnnotatedMember.Fields in com.fasterxml.jackson.databind.introspect declared as Annotated Modifier and Type Field Description AAnnotatedAndMetadata. annotatedMethods in com.fasterxml.jackson.databind.introspect with type parameters of type Annotated Modifier and Type Method Description static <A extends Annotated,M>
AnnotatedAndMetadata<A,M>AnnotatedAndMetadata. of(A ann, M md)Methods in com.fasterxml.jackson.databind.introspect that return Annotated Modifier and Type Method Description abstract AnnotatedAnnotatedMember. withAnnotations(AnnotationMap fallback)Fluent factory method that will construct a new instance that uses specified instance annotations instead of currently configured ones.AnnotatedVirtualAnnotatedMember. withAnnotations(AnnotationMap fallback)Methods in com.fasterxml.jackson.databind.introspect with parameters of type Annotated Modifier and Type Method Description protected PropertyNameJacksonAnnotationIntrospector. _findConstructorName(Annotated a)protected TypeResolverBuilder<?>JacksonAnnotationIntrospector. _findTypeResolver(MapperConfig<?> config, Annotated ann, JavaType baseType)Helper method called to construct and initialize instance ofTypeResolverBuilderif given annotated element indicates one is needed.protected booleanJacksonAnnotationIntrospector. _isIgnorable(Annotated a)java.lang.ObjectAnnotationIntrospectorPair. findContentDeserializer(Annotated am)java.lang.ObjectJacksonAnnotationIntrospector. findContentDeserializer(Annotated a)java.lang.ObjectAnnotationIntrospectorPair. findContentSerializer(Annotated a)java.lang.ObjectJacksonAnnotationIntrospector. findContentSerializer(Annotated a)com.fasterxml.jackson.annotation.JsonCreator.ModeAnnotationIntrospectorPair. findCreatorAnnotation(MapperConfig<?> config, Annotated a)com.fasterxml.jackson.annotation.JsonCreator.ModeJacksonAnnotationIntrospector. findCreatorAnnotation(MapperConfig<?> config, Annotated a)com.fasterxml.jackson.annotation.JsonCreator.ModeAnnotationIntrospectorPair. findCreatorBinding(Annotated a)Deprecated.com.fasterxml.jackson.annotation.JsonCreator.ModeJacksonAnnotationIntrospector. findCreatorBinding(Annotated a)Deprecated.java.lang.ObjectAnnotationIntrospectorPair. findDeserializationConverter(Annotated a)java.lang.ObjectJacksonAnnotationIntrospector. findDeserializationConverter(Annotated a)java.lang.ObjectAnnotationIntrospectorPair. findDeserializer(Annotated a)java.lang.ObjectJacksonAnnotationIntrospector. findDeserializer(Annotated a)java.lang.ObjectAnnotationIntrospectorPair. findFilterId(Annotated ann)java.lang.ObjectJacksonAnnotationIntrospector. findFilterId(Annotated a)com.fasterxml.jackson.annotation.JsonFormat.ValueAnnotationIntrospectorPair. findFormat(Annotated ann)com.fasterxml.jackson.annotation.JsonFormat.ValueJacksonAnnotationIntrospector. findFormat(Annotated ann)java.lang.ObjectAnnotationIntrospectorPair. findKeyDeserializer(Annotated a)java.lang.ObjectJacksonAnnotationIntrospector. findKeyDeserializer(Annotated a)java.lang.ObjectAnnotationIntrospectorPair. findKeySerializer(Annotated a)java.lang.ObjectJacksonAnnotationIntrospector. findKeySerializer(Annotated a)java.lang.BooleanAnnotationIntrospectorPair. findMergeInfo(Annotated a)java.lang.BooleanJacksonAnnotationIntrospector. findMergeInfo(Annotated a)PropertyNameAnnotationIntrospectorPair. findNameForDeserialization(Annotated a)PropertyNameJacksonAnnotationIntrospector. findNameForDeserialization(Annotated a)PropertyNameAnnotationIntrospectorPair. findNameForSerialization(Annotated a)PropertyNameJacksonAnnotationIntrospector. findNameForSerialization(Annotated a)java.lang.ObjectAnnotationIntrospectorPair. findNullSerializer(Annotated a)java.lang.ObjectJacksonAnnotationIntrospector. findNullSerializer(Annotated a)ObjectIdInfoAnnotationIntrospectorPair. findObjectIdInfo(Annotated ann)ObjectIdInfoJacksonAnnotationIntrospector. findObjectIdInfo(Annotated ann)ObjectIdInfoAnnotationIntrospectorPair. findObjectReferenceInfo(Annotated ann, ObjectIdInfo objectIdInfo)ObjectIdInfoJacksonAnnotationIntrospector. findObjectReferenceInfo(Annotated ann, ObjectIdInfo objectIdInfo)com.fasterxml.jackson.annotation.JsonTypeInfo.ValueAnnotationIntrospectorPair. findPolymorphicTypeInfo(MapperConfig<?> config, Annotated ann)com.fasterxml.jackson.annotation.JsonTypeInfo.ValueJacksonAnnotationIntrospector. findPolymorphicTypeInfo(MapperConfig<?> config, Annotated ann)com.fasterxml.jackson.annotation.JsonProperty.AccessAnnotationIntrospectorPair. findPropertyAccess(Annotated ann)com.fasterxml.jackson.annotation.JsonProperty.AccessJacksonAnnotationIntrospector. findPropertyAccess(Annotated m)java.util.List<PropertyName>AnnotationIntrospectorPair. findPropertyAliases(Annotated ann)java.util.List<PropertyName>JacksonAnnotationIntrospector. findPropertyAliases(Annotated m)java.lang.StringAnnotationIntrospectorPair. findPropertyDefaultValue(Annotated ann)java.lang.StringJacksonAnnotationIntrospector. findPropertyDefaultValue(Annotated ann)java.lang.StringAnnotationIntrospectorPair. findPropertyDescription(Annotated ann)java.lang.StringJacksonAnnotationIntrospector. findPropertyDescription(Annotated ann)com.fasterxml.jackson.annotation.JsonIgnoreProperties.ValueAnnotationIntrospectorPair. findPropertyIgnoralByName(MapperConfig<?> config, Annotated ann)com.fasterxml.jackson.annotation.JsonIgnoreProperties.ValueJacksonAnnotationIntrospector. findPropertyIgnoralByName(MapperConfig<?> config, Annotated a)com.fasterxml.jackson.annotation.JsonIgnoreProperties.ValueAnnotationIntrospectorPair. findPropertyIgnorals(Annotated a)Deprecated.com.fasterxml.jackson.annotation.JsonIgnoreProperties.ValueJacksonAnnotationIntrospector. findPropertyIgnorals(Annotated ac)Deprecated.com.fasterxml.jackson.annotation.JsonInclude.ValueAnnotationIntrospectorPair. findPropertyInclusion(Annotated a)com.fasterxml.jackson.annotation.JsonInclude.ValueJacksonAnnotationIntrospector. findPropertyInclusion(Annotated a)com.fasterxml.jackson.annotation.JsonIncludeProperties.ValueAnnotationIntrospectorPair. findPropertyInclusionByName(MapperConfig<?> config, Annotated a)com.fasterxml.jackson.annotation.JsonIncludeProperties.ValueJacksonAnnotationIntrospector. findPropertyInclusionByName(MapperConfig<?> config, Annotated a)java.lang.IntegerAnnotationIntrospectorPair. findPropertyIndex(Annotated ann)java.lang.IntegerJacksonAnnotationIntrospector. findPropertyIndex(Annotated ann)java.lang.ObjectAnnotationIntrospectorPair. findSerializationConverter(Annotated a)java.lang.ObjectJacksonAnnotationIntrospector. findSerializationConverter(Annotated a)java.lang.BooleanAnnotationIntrospectorPair. findSerializationSortAlphabetically(Annotated ann)java.lang.BooleanJacksonAnnotationIntrospector. findSerializationSortAlphabetically(Annotated ann)JsonSerialize.TypingAnnotationIntrospectorPair. findSerializationTyping(Annotated a)JsonSerialize.TypingJacksonAnnotationIntrospector. findSerializationTyping(Annotated a)java.lang.ObjectAnnotationIntrospectorPair. findSerializer(Annotated am)java.lang.ObjectJacksonAnnotationIntrospector. findSerializer(Annotated a)com.fasterxml.jackson.annotation.JsonSetter.ValueAnnotationIntrospectorPair. findSetterInfo(Annotated a)com.fasterxml.jackson.annotation.JsonSetter.ValueJacksonAnnotationIntrospector. findSetterInfo(Annotated a)java.util.List<NamedType>AnnotationIntrospectorPair. findSubtypes(Annotated a)java.util.List<NamedType>JacksonAnnotationIntrospector. findSubtypes(Annotated a)java.lang.Class<?>[]AnnotationIntrospectorPair. findViews(Annotated a)java.lang.Class<?>[]JacksonAnnotationIntrospector. findViews(Annotated a)PropertyNameAnnotationIntrospectorPair. findWrapperName(Annotated ann)java.lang.BooleanAnnotationIntrospectorPair. hasAnyGetter(Annotated a)java.lang.BooleanJacksonAnnotationIntrospector. hasAnyGetter(Annotated a)java.lang.BooleanAnnotationIntrospectorPair. hasAnySetter(Annotated a)java.lang.BooleanJacksonAnnotationIntrospector. hasAnySetter(Annotated a)java.lang.BooleanAnnotationIntrospectorPair. hasAsKey(MapperConfig<?> config, Annotated a)java.lang.BooleanJacksonAnnotationIntrospector. hasAsKey(MapperConfig<?> config, Annotated a)java.lang.BooleanAnnotationIntrospectorPair. hasAsValue(Annotated a)java.lang.BooleanJacksonAnnotationIntrospector. hasAsValue(Annotated a)booleanAnnotationIntrospectorPair. hasCreatorAnnotation(Annotated a)Deprecated.booleanJacksonAnnotationIntrospector. hasCreatorAnnotation(Annotated a)Deprecated.JavaTypeAnnotationIntrospectorPair. refineDeserializationType(MapperConfig<?> config, Annotated a, JavaType baseType)JavaTypeJacksonAnnotationIntrospector. refineDeserializationType(MapperConfig<?> config, Annotated a, JavaType baseType)JavaTypeAnnotationIntrospectorPair. refineSerializationType(MapperConfig<?> config, Annotated a, JavaType baseType)JavaTypeJacksonAnnotationIntrospector. refineSerializationType(MapperConfig<?> config, Annotated a, JavaType baseType) -
Uses of Annotated in com.fasterxml.jackson.databind.ser
Methods in com.fasterxml.jackson.databind.ser with parameters of type Annotated Modifier and Type Method Description protected JsonSerializer<java.lang.Object>BasicSerializerFactory. _findContentSerializer(SerializerProvider prov, Annotated a)Helper method called to try to find whether there is an annotation in the class that indicates content ("value") serializer to use.protected JsonSerializer<java.lang.Object>BasicSerializerFactory. _findKeySerializer(SerializerProvider prov, Annotated a)Helper method called to try to find whether there is an annotation in the class that indicates key serializer to use.protected Converter<java.lang.Object,java.lang.Object>BasicSerializerFactory. findConverter(SerializerProvider prov, Annotated a)protected JsonSerializer<?>BasicSerializerFactory. findConvertingSerializer(SerializerProvider prov, Annotated a, JsonSerializer<?> ser)Helper method that will check whether given annotated entity (usually class, but may also be a property accessor) indicates that aConverteris to be used; and if so, to construct and return suitable serializer for it.protected JavaTypePropertyBuilder. findSerializationType(Annotated a, boolean useStaticTyping, JavaType declaredType)Method that will try to determine statically defined type of property being serialized, based on annotations (for overrides), and alternatively declared type (if static typing for serialization is enabled).protected JsonSerializer<java.lang.Object>BasicSerializerFactory. findSerializerFromAnnotation(SerializerProvider prov, Annotated a)Helper method called to check if a class or method has an annotation (@link com.fasterxml.jackson.databind.annotation.JsonSerialize#using) that tells the class to use for serialization.JsonSerializer<java.lang.Object>DefaultSerializerProvider. serializerInstance(Annotated annotated, java.lang.Object serDef)
-