JavaAnnotationIntrospectorInstance
tools.jackson.module.scala.introspect.JavaAnnotationIntrospectorInstance
class JavaAnnotationIntrospectorInstance(config: Config) extends NopAnnotationIntrospector
Attributes
- Graph
-
- Supertypes
-
class AnnotationIntrospectortrait Serializabletrait Versionedclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object JavaAnnotationIntrospector
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
def allIntrospectors(result: Collection[AnnotationIntrospector]): Collection[AnnotationIntrospector]
Attributes
- Inherited from:
- AnnotationIntrospector
Attributes
- Inherited from:
- AnnotationIntrospector
def findAndAddVirtualProperties(config: MapperConfig[_ <: <FromJavaObject>], ac: AnnotatedClass, properties: List[BeanPropertyWriter]): Unit
Attributes
- Inherited from:
- AnnotationIntrospector
def findAutoDetectVisibility(config: MapperConfig[_ <: <FromJavaObject>], ac: AnnotatedClass, checker: VisibilityChecker): VisibilityChecker
Attributes
- Inherited from:
- AnnotationIntrospector
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
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
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
Attributes
- Inherited from:
- AnnotationIntrospector
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
Attributes
- Inherited from:
- AnnotationIntrospector
Attributes
- Inherited from:
- AnnotationIntrospector
def findNameForSerialization(config: MapperConfig[_ <: <FromJavaObject>], a: Annotated): PropertyName
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
Attributes
- Inherited from:
- AnnotationIntrospector
def findObjectReferenceInfo(config: MapperConfig[_ <: <FromJavaObject>], ann: Annotated, objectIdInfo: ObjectIdInfo): ObjectIdInfo
Attributes
- Inherited from:
- AnnotationIntrospector
def findPOJOBuilder(config: MapperConfig[_ <: <FromJavaObject>], ac: AnnotatedClass): Class[_ <: <FromJavaObject>]
Attributes
- Inherited from:
- AnnotationIntrospector
Attributes
- Inherited from:
- AnnotationIntrospector
Attributes
- Inherited from:
- AnnotationIntrospector
def findPreferredCreator(config: MapperConfig[_ <: <FromJavaObject>], valueClass: AnnotatedClass, declaredConstructors: List[PotentialCreator], declaredFactories: List[PotentialCreator], zeroParamsConstructor: Optional[PotentialCreator]): PotentialCreator
Attributes
- Inherited from:
- AnnotationIntrospector
Attributes
- Inherited from:
- AnnotationIntrospector
def findPropertyAliases(config: MapperConfig[_ <: <FromJavaObject>], ann: Annotated): List[PropertyName]
Attributes
- Inherited from:
- AnnotationIntrospector
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 findReferenceType(config: MapperConfig[_ <: <FromJavaObject>], member: AnnotatedMember): ReferenceProperty
Attributes
- Inherited from:
- AnnotationIntrospector
def findRenameByField(config: MapperConfig[_ <: <FromJavaObject>], f: AnnotatedField, implName: PropertyName): PropertyName
Attributes
- Inherited from:
- AnnotationIntrospector
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
Attributes
- Inherited from:
- AnnotationIntrospector
Attributes
- Inherited from:
- AnnotationIntrospector
Attributes
- Inherited from:
- AnnotationIntrospector
Attributes
- Inherited from:
- AnnotationIntrospector
def findTypeIdResolver(config: MapperConfig[_ <: <FromJavaObject>], ann: Annotated): <FromJavaObject>
Attributes
- Inherited from:
- AnnotationIntrospector
Attributes
- Inherited from:
- AnnotationIntrospector
def findTypeResolverBuilder(config: MapperConfig[_ <: <FromJavaObject>], ann: Annotated): <FromJavaObject>
Attributes
- Inherited from:
- AnnotationIntrospector
def findUnwrappingNameTransformer(config: MapperConfig[_ <: <FromJavaObject>], member: AnnotatedMember): NameTransformer
Attributes
- Inherited from:
- AnnotationIntrospector
def findValueInstantiator(config: MapperConfig[_ <: <FromJavaObject>], ac: AnnotatedClass): <FromJavaObject>
Attributes
- Inherited from:
- AnnotationIntrospector
Attributes
- Inherited from:
- AnnotationIntrospector
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 hasRequiredMarker(config: MapperConfig[_ <: <FromJavaObject>], member: AnnotatedMember): Boolean
Attributes
- Inherited from:
- AnnotationIntrospector
Attributes
- Inherited from:
- AnnotationIntrospector
Attributes
- Inherited from:
- AnnotationIntrospector
Attributes
- Inherited from:
- AnnotationIntrospector
def refineDeserializationType(config: MapperConfig[_ <: <FromJavaObject>], a: Annotated, baseType: JavaType): JavaType
Attributes
- Inherited from:
- AnnotationIntrospector
def refineSerializationType(config: MapperConfig[_ <: <FromJavaObject>], a: Annotated, baseType: JavaType): JavaType
Attributes
- Inherited from:
- AnnotationIntrospector
def resolveSetterConflict(config: MapperConfig[_ <: <FromJavaObject>], setter1: AnnotatedMethod, setter2: AnnotatedMethod): AnnotatedMethod
Attributes
- Inherited from:
- AnnotationIntrospector
In this article