JavaAnnotationIntrospector

tools.jackson.module.scala.introspect.JavaAnnotationIntrospector

Attributes

Graph
Supertypes
trait Serializable
trait Versioned
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Inherited methods

Attributes

Inherited from:
AnnotationIntrospector

Attributes

Inherited from:
AnnotationIntrospector

Attributes

Inherited from:
AnnotationIntrospector
def findClassDescription(config: MapperConfig[_ <: <FromJavaObject>], ac: AnnotatedClass): String

Attributes

Inherited from:
AnnotationIntrospector
def findContentDeserializer(config: MapperConfig[_ <: <FromJavaObject>], am: Annotated): <FromJavaObject>

Attributes

Inherited from:
AnnotationIntrospector
def findContentSerializer(config: MapperConfig[_ <: <FromJavaObject>], am: Annotated): <FromJavaObject>

Attributes

Inherited from:
AnnotationIntrospector
def findCreatorAnnotation(config: MapperConfig[_ <: <FromJavaObject>], a: Annotated): Mode

Attributes

Inherited from:
AnnotationIntrospector
def findDefaultEnumValue(config: MapperConfig[_ <: <FromJavaObject>], ac: AnnotatedClass, enumValues: Array[Enum[_ <: <FromJavaObject>]]): Enum[_ <: <FromJavaObject>]

Attributes

Inherited from:
AnnotationIntrospector
def findDeserializationContentConverter(config: MapperConfig[_ <: <FromJavaObject>], a: AnnotatedMember): <FromJavaObject>

Attributes

Inherited from:
AnnotationIntrospector
def findDeserializationConverter(config: MapperConfig[_ <: <FromJavaObject>], a: Annotated): <FromJavaObject>

Attributes

Inherited from:
AnnotationIntrospector
def findDeserializer(config: MapperConfig[_ <: <FromJavaObject>], am: Annotated): <FromJavaObject>

Attributes

Inherited from:
AnnotationIntrospector
def findEnumAliases(config: MapperConfig[_ <: <FromJavaObject>], annotatedClass: AnnotatedClass, enumValues: Array[Enum[_ <: <FromJavaObject>]], aliases: Array[Array[String]]): Unit

Attributes

Inherited from:
AnnotationIntrospector
def findEnumNamingStrategy(config: MapperConfig[_ <: <FromJavaObject>], ac: AnnotatedClass): <FromJavaObject>

Attributes

Inherited from:
AnnotationIntrospector
def findEnumValues(config: MapperConfig[_ <: <FromJavaObject>], annotatedClass: AnnotatedClass, enumValues: Array[Enum[_ <: <FromJavaObject>]], names: Array[String]): Array[String]

Attributes

Inherited from:
AnnotationIntrospector
def findFilterId(config: MapperConfig[_ <: <FromJavaObject>], ann: Annotated): <FromJavaObject>

Attributes

Inherited from:
AnnotationIntrospector
def findFormat(config: MapperConfig[_ <: <FromJavaObject>], memberOrClass: Annotated): Value

Attributes

Inherited from:
AnnotationIntrospector
def findInjectableValue(config: MapperConfig[_ <: <FromJavaObject>], member: AnnotatedMember): Value

Attributes

Inherited from:
AnnotationIntrospector
def findKeyDeserializer(config: MapperConfig[_ <: <FromJavaObject>], am: Annotated): <FromJavaObject>

Attributes

Inherited from:
AnnotationIntrospector
def findKeySerializer(config: MapperConfig[_ <: <FromJavaObject>], am: Annotated): <FromJavaObject>

Attributes

Inherited from:
AnnotationIntrospector
def findMergeInfo(config: MapperConfig[_ <: <FromJavaObject>], a: Annotated): Boolean

Attributes

Inherited from:
AnnotationIntrospector

Attributes

Inherited from:
AnnotationIntrospector
def findNamingStrategy(config: MapperConfig[_ <: <FromJavaObject>], ac: AnnotatedClass): <FromJavaObject>

Attributes

Inherited from:
AnnotationIntrospector
def findNullSerializer(config: MapperConfig[_ <: <FromJavaObject>], am: Annotated): <FromJavaObject>

Attributes

Inherited from:
AnnotationIntrospector
def findObjectIdInfo(config: MapperConfig[_ <: <FromJavaObject>], ann: Annotated): ObjectIdInfo

Attributes

Inherited from:
AnnotationIntrospector
def findPOJOBuilder(config: MapperConfig[_ <: <FromJavaObject>], ac: AnnotatedClass): Class[_ <: <FromJavaObject>]

Attributes

Inherited from:
AnnotationIntrospector

Attributes

Inherited from:
AnnotationIntrospector
def findPolymorphicTypeInfo(config: MapperConfig[_ <: <FromJavaObject>], ann: Annotated): Value

Attributes

Inherited from:
AnnotationIntrospector
def findPropertyAccess(config: MapperConfig[_ <: <FromJavaObject>], ann: Annotated): Access

Attributes

Inherited from:
AnnotationIntrospector
def findPropertyAliases(config: MapperConfig[_ <: <FromJavaObject>], ann: Annotated): List[PropertyName]

Attributes

Inherited from:
AnnotationIntrospector
def findPropertyDefaultValue(config: MapperConfig[_ <: <FromJavaObject>], ann: Annotated): String

Attributes

Inherited from:
AnnotationIntrospector
def findPropertyDescription(config: MapperConfig[_ <: <FromJavaObject>], ann: Annotated): String

Attributes

Inherited from:
AnnotationIntrospector
def findPropertyIgnoralByName(config: MapperConfig[_ <: <FromJavaObject>], ann: Annotated): Value

Attributes

Inherited from:
AnnotationIntrospector
def findPropertyInclusion(config: MapperConfig[_ <: <FromJavaObject>], a: Annotated): Value

Attributes

Inherited from:
AnnotationIntrospector
def findPropertyInclusionByName(config: MapperConfig[_ <: <FromJavaObject>], ann: Annotated): Value

Attributes

Inherited from:
AnnotationIntrospector
def findPropertyIndex(config: MapperConfig[_ <: <FromJavaObject>], ann: Annotated): Integer

Attributes

Inherited from:
AnnotationIntrospector

Attributes

Inherited from:
AnnotationIntrospector

Attributes

Inherited from:
AnnotationIntrospector
def findRootName(config: MapperConfig[_ <: <FromJavaObject>], ac: AnnotatedClass): PropertyName

Attributes

Inherited from:
AnnotationIntrospector
def findSerializationContentConverter(config: MapperConfig[_ <: <FromJavaObject>], a: AnnotatedMember): <FromJavaObject>

Attributes

Inherited from:
AnnotationIntrospector
def findSerializationConverter(config: MapperConfig[_ <: <FromJavaObject>], a: Annotated): <FromJavaObject>

Attributes

Inherited from:
AnnotationIntrospector
def findSerializationPropertyOrder(config: MapperConfig[_ <: <FromJavaObject>], ac: AnnotatedClass): Array[String]

Attributes

Inherited from:
AnnotationIntrospector
def findSerializationSortAlphabetically(config: MapperConfig[_ <: <FromJavaObject>], ann: Annotated): Boolean

Attributes

Inherited from:
AnnotationIntrospector
def findSerializationTyping(config: MapperConfig[_ <: <FromJavaObject>], a: Annotated): Typing

Attributes

Inherited from:
AnnotationIntrospector
def findSerializer(config: MapperConfig[_ <: <FromJavaObject>], am: Annotated): <FromJavaObject>

Attributes

Inherited from:
AnnotationIntrospector
def findSetterInfo(config: MapperConfig[_ <: <FromJavaObject>], a: Annotated): Value

Attributes

Inherited from:
AnnotationIntrospector
def findSubtypes(config: MapperConfig[_ <: <FromJavaObject>], a: Annotated): List[NamedType]

Attributes

Inherited from:
AnnotationIntrospector
def findTypeIdResolver(config: MapperConfig[_ <: <FromJavaObject>], ann: Annotated): <FromJavaObject>

Attributes

Inherited from:
AnnotationIntrospector
def findTypeName(config: MapperConfig[_ <: <FromJavaObject>], ac: AnnotatedClass): String

Attributes

Inherited from:
AnnotationIntrospector
def findTypeResolverBuilder(config: MapperConfig[_ <: <FromJavaObject>], ann: Annotated): <FromJavaObject>

Attributes

Inherited from:
AnnotationIntrospector
def findValueInstantiator(config: MapperConfig[_ <: <FromJavaObject>], ac: AnnotatedClass): <FromJavaObject>

Attributes

Inherited from:
AnnotationIntrospector
def findViews(config: MapperConfig[_ <: <FromJavaObject>], a: Annotated): Array[Class[_ <: <FromJavaObject>]]

Attributes

Inherited from:
AnnotationIntrospector
def findWrapperName(config: MapperConfig[_ <: <FromJavaObject>], ann: Annotated): PropertyName

Attributes

Inherited from:
AnnotationIntrospector
def hasAnyGetter(config: MapperConfig[_ <: <FromJavaObject>], ann: Annotated): Boolean

Attributes

Inherited from:
AnnotationIntrospector
def hasAnySetter(config: MapperConfig[_ <: <FromJavaObject>], ann: Annotated): Boolean

Attributes

Inherited from:
AnnotationIntrospector
def hasAsKey(config: MapperConfig[_ <: <FromJavaObject>], a: Annotated): Boolean

Attributes

Inherited from:
AnnotationIntrospector
def hasAsValue(config: MapperConfig[_ <: <FromJavaObject>], a: Annotated): Boolean

Attributes

Inherited from:
AnnotationIntrospector

Attributes

Inherited from:
AnnotationIntrospector
def hasRequiredMarker(config: MapperConfig[_ <: <FromJavaObject>], member: AnnotatedMember): Boolean

Attributes

Inherited from:
AnnotationIntrospector
def isAnnotationBundle(ann: Annotation): Boolean

Attributes

Inherited from:
AnnotationIntrospector
def isIgnorableType(config: MapperConfig[_ <: <FromJavaObject>], ac: AnnotatedClass): Boolean

Attributes

Inherited from:
AnnotationIntrospector
def isTypeId(config: MapperConfig[_ <: <FromJavaObject>], member: AnnotatedMember): Boolean

Attributes

Inherited from:
AnnotationIntrospector

Attributes

Inherited from:
AnnotationIntrospector

Attributes

Inherited from:
AnnotationIntrospector