DefaultRequiredAnnotationIntrospector

com.fasterxml.jackson.module.scala.experimental.DefaultRequiredAnnotationIntrospector

Attributes

Deprecated

use com.fasterxml.jackson.module.scala.DefaultRequiredAnnotationIntrospector

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

Members list

Value members

Concrete methods

override def hasRequiredMarker(m: AnnotatedMember): Boolean

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
AnnotationIntrospector

Attributes

Inherited from:
AnnotationIntrospector

Attributes

Inherited from:
AnnotationIntrospector
def findAutoDetectVisibility(ac: AnnotatedClass, checker: VisibilityChecker[_ <: <FromJavaObject>]): VisibilityChecker[_ <: <FromJavaObject>]

Attributes

Inherited from:
AnnotationIntrospector

Attributes

Inherited from:
AnnotationIntrospector
def findContentDeserializer(am: Annotated): <FromJavaObject>

Attributes

Inherited from:
AnnotationIntrospector
def findContentSerializer(am: Annotated): <FromJavaObject>

Attributes

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

Attributes

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

Attributes

Inherited from:
AnnotationIntrospector

Attributes

Inherited from:
AnnotationIntrospector
def findDeserializationConverter(a: Annotated): <FromJavaObject>

Attributes

Inherited from:
AnnotationIntrospector
def findDeserializer(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(ann: Annotated): <FromJavaObject>

Attributes

Inherited from:
AnnotationIntrospector

Attributes

Inherited from:
AnnotationIntrospector

Attributes

Inherited from:
AnnotationIntrospector

Attributes

Inherited from:
AnnotationIntrospector
def findKeyDeserializer(am: Annotated): <FromJavaObject>

Attributes

Inherited from:
AnnotationIntrospector
def findKeySerializer(am: Annotated): <FromJavaObject>

Attributes

Inherited from:
AnnotationIntrospector
def findMergeInfo(ann: Annotated): Boolean

Attributes

Inherited from:
AnnotationIntrospector
def findNamingStrategy(ac: AnnotatedClass): <FromJavaObject>

Attributes

Inherited from:
AnnotationIntrospector
def findNullSerializer(am: Annotated): <FromJavaObject>

Attributes

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

Attributes

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

Attributes

Inherited from:
AnnotationIntrospector

Attributes

Inherited from:
AnnotationIntrospector

Attributes

Inherited from:
AnnotationIntrospector

Attributes

Inherited from:
AnnotationIntrospector

Attributes

Inherited from:
AnnotationIntrospector

Attributes

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

Attributes

Inherited from:
AnnotationIntrospector

Attributes

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

Attributes

Inherited from:
AnnotationIntrospector

Attributes

Inherited from:
AnnotationIntrospector
def findPropertyTypeResolver(config: MapperConfig[_ <: <FromJavaObject>], am: AnnotatedMember, baseType: JavaType): TypeResolverBuilder[_ <: <FromJavaObject>]

Attributes

Inherited from:
AnnotationIntrospector

Attributes

Inherited from:
AnnotationIntrospector

Attributes

Inherited from:
AnnotationIntrospector
def findSerializationConverter(a: Annotated): <FromJavaObject>

Attributes

Inherited from:
AnnotationIntrospector

Attributes

Inherited from:
AnnotationIntrospector
def findSerializer(am: Annotated): <FromJavaObject>

Attributes

Inherited from:
AnnotationIntrospector

Attributes

Inherited from:
AnnotationIntrospector

Attributes

Inherited from:
AnnotationIntrospector

Attributes

Inherited from:
AnnotationIntrospector
def findTypeResolver(config: MapperConfig[_ <: <FromJavaObject>], ac: AnnotatedClass, baseType: JavaType): TypeResolverBuilder[_ <: <FromJavaObject>]

Attributes

Inherited from:
AnnotationIntrospector
def findValueInstantiator(ac: AnnotatedClass): <FromJavaObject>

Attributes

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

Attributes

Inherited from:
AnnotationIntrospector
def hasAnyGetter(ann: Annotated): Boolean

Attributes

Inherited from:
AnnotationIntrospector
def hasAnySetter(ann: Annotated): Boolean

Attributes

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

Attributes

Inherited from:
AnnotationIntrospector
def hasAsValue(a: Annotated): Boolean

Attributes

Inherited from:
AnnotationIntrospector

Attributes

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

Attributes

Inherited from:
AnnotationIntrospector

Attributes

Inherited from:
AnnotationIntrospector
def isTypeId(am: AnnotatedMember): Boolean

Attributes

Inherited from:
AnnotationIntrospector

Attributes

Inherited from:
AnnotationIntrospector

Attributes

Inherited from:
AnnotationIntrospector
def version(): Version

Attributes

Inherited from:
NopAnnotationIntrospector

Deprecated and Inherited methods

@Deprecated

Attributes

Deprecated
true
Inherited from:
AnnotationIntrospector
@Deprecated
def findDefaultEnumValue(enumCls: Class[Enum[_ <: <FromJavaObject>]]): Enum[_ <: <FromJavaObject>]

Attributes

Deprecated
true
Inherited from:
AnnotationIntrospector
@Deprecated
def findEnumAliases(enumType: Class[_ <: <FromJavaObject>], enumValues: Array[Enum[_ <: <FromJavaObject>]], aliases: Array[Array[String]]): Unit

Attributes

Deprecated
true
Inherited from:
AnnotationIntrospector
@Deprecated
def findEnumValue(value: Enum[_ <: <FromJavaObject>]): String

Attributes

Deprecated
true
Inherited from:
AnnotationIntrospector
@Deprecated
def findEnumValues(enumType: Class[_ <: <FromJavaObject>], enumValues: Array[Enum[_ <: <FromJavaObject>]], names: Array[String]): Array[String]

Attributes

Deprecated
true
Inherited from:
AnnotationIntrospector
@Deprecated
def findInjectableValueId(m: AnnotatedMember): <FromJavaObject>

Attributes

Deprecated
true
Inherited from:
AnnotationIntrospector
@Deprecated

Attributes

Deprecated
true
Inherited from:
AnnotationIntrospector

Attributes

Deprecated
true
Inherited from:
AnnotationIntrospector

Attributes

Deprecated
true
Inherited from:
AnnotationIntrospector

Attributes

Deprecated
true
Inherited from:
AnnotationIntrospector

Attributes

Deprecated
true
Inherited from:
AnnotationIntrospector