Packages

c

tools.jackson.module.scala.introspect

ScalaAnnotationIntrospectorInstance

class ScalaAnnotationIntrospectorInstance extends NopAnnotationIntrospector with ValueInstantiators

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaAnnotationIntrospectorInstance
  2. ValueInstantiators
  3. NopAnnotationIntrospector
  4. AnnotationIntrospector
  5. Serializable
  6. Versioned
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ScalaAnnotationIntrospectorInstance(scalaAnnotationIntrospectorModule: ScalaAnnotationIntrospectorModule, config: Config)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def _findAnnotation[A <: Annotation](ann: Annotated, annoClass: Class[A]): A
    Attributes
    protected[databind]
    Definition Classes
    AnnotationIntrospector
  5. def _hasAnnotation(ann: Annotated, annoClass: Class[_ <: Annotation]): Boolean
    Attributes
    protected[databind]
    Definition Classes
    AnnotationIntrospector
  6. def _hasOneOf(ann: Annotated, annoClasses: Array[Class[_ <: Annotation]]): Boolean
    Attributes
    protected[databind]
    Definition Classes
    AnnotationIntrospector
  7. def allIntrospectors(result: Collection[AnnotationIntrospector]): Collection[AnnotationIntrospector]
    Definition Classes
    AnnotationIntrospector
  8. def allIntrospectors(): Collection[AnnotationIntrospector]
    Definition Classes
    AnnotationIntrospector
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def findAndAddVirtualProperties(config: MapperConfig[_ <: AnyRef], ac: AnnotatedClass, properties: List[BeanPropertyWriter]): Unit
    Definition Classes
    AnnotationIntrospector
  14. def findApplyView(config: MapperConfig[_ <: AnyRef], a: Annotated): Class[_ <: AnyRef]
    Definition Classes
    AnnotationIntrospector
  15. def findAutoDetectVisibility(config: MapperConfig[_ <: AnyRef], ac: AnnotatedClass, checker: VisibilityChecker): VisibilityChecker
    Definition Classes
    AnnotationIntrospector
  16. def findBuilderPrefix(config: MapperConfig[_ <: AnyRef], valueClass: AnnotatedClass): String
    Definition Classes
    AnnotationIntrospector
  17. def findClassDescription(config: MapperConfig[_ <: AnyRef], ac: AnnotatedClass): String
    Definition Classes
    AnnotationIntrospector
  18. def findContentDeserializer(config: MapperConfig[_ <: AnyRef], am: Annotated): AnyRef
    Definition Classes
    AnnotationIntrospector
  19. def findContentSerializer(config: MapperConfig[_ <: AnyRef], am: Annotated): AnyRef
    Definition Classes
    AnnotationIntrospector
  20. def findCreatorAnnotation(mapperConfig: MapperConfig[_], a: Annotated): Mode
    Definition Classes
    ScalaAnnotationIntrospectorInstance → AnnotationIntrospector
  21. def findDefaultEnumValue(config: MapperConfig[_ <: AnyRef], ac: AnnotatedClass, enumValues: Array[Enum[_ <: AnyRef]]): Enum[_ <: AnyRef]
    Definition Classes
    AnnotationIntrospector
  22. def findDeserializationContentConverter(config: MapperConfig[_ <: AnyRef], a: AnnotatedMember): AnyRef
    Definition Classes
    AnnotationIntrospector
  23. def findDeserializationConverter(config: MapperConfig[_ <: AnyRef], a: Annotated): AnyRef
    Definition Classes
    AnnotationIntrospector
  24. def findDeserializer(config: MapperConfig[_ <: AnyRef], am: Annotated): AnyRef
    Definition Classes
    AnnotationIntrospector
  25. def findEnumAliases(config: MapperConfig[_ <: AnyRef], annotatedClass: AnnotatedClass, enumValues: Array[Enum[_ <: AnyRef]], aliases: Array[Array[String]]): Unit
    Definition Classes
    AnnotationIntrospector
  26. def findEnumNamingStrategy(config: MapperConfig[_ <: AnyRef], ac: AnnotatedClass): AnyRef
    Definition Classes
    AnnotationIntrospector
  27. def findEnumValues(config: MapperConfig[_ <: AnyRef], annotatedClass: AnnotatedClass, enumValues: Array[Enum[_ <: AnyRef]], names: Array[String]): Array[String]
    Definition Classes
    AnnotationIntrospector
  28. def findFilterId(config: MapperConfig[_ <: AnyRef], ann: Annotated): AnyRef
    Definition Classes
    AnnotationIntrospector
  29. def findFormat(config: MapperConfig[_ <: AnyRef], memberOrClass: Annotated): Value
    Definition Classes
    AnnotationIntrospector
  30. def findImplicitPropertyName(mapperConfig: MapperConfig[_], member: AnnotatedMember): String
    Definition Classes
    ScalaAnnotationIntrospectorInstance → AnnotationIntrospector
  31. def findInjectableValue(config: MapperConfig[_ <: AnyRef], member: AnnotatedMember): Value
    Definition Classes
    AnnotationIntrospector
  32. def findKeyDeserializer(config: MapperConfig[_ <: AnyRef], am: Annotated): AnyRef
    Definition Classes
    AnnotationIntrospector
  33. def findKeySerializer(config: MapperConfig[_ <: AnyRef], am: Annotated): AnyRef
    Definition Classes
    AnnotationIntrospector
  34. def findMergeInfo(config: MapperConfig[_ <: AnyRef], a: Annotated): Boolean
    Definition Classes
    AnnotationIntrospector
  35. def findNameForDeserialization(mapperConfig: MapperConfig[_], ann: Annotated): PropertyName
    Definition Classes
    ScalaAnnotationIntrospectorInstance → AnnotationIntrospector
  36. def findNameForSerialization(config: MapperConfig[_ <: AnyRef], a: Annotated): PropertyName
    Definition Classes
    AnnotationIntrospector
  37. def findNamingStrategy(config: MapperConfig[_ <: AnyRef], ac: AnnotatedClass): AnyRef
    Definition Classes
    AnnotationIntrospector
  38. def findNullSerializer(config: MapperConfig[_ <: AnyRef], am: Annotated): AnyRef
    Definition Classes
    AnnotationIntrospector
  39. def findObjectIdInfo(config: MapperConfig[_ <: AnyRef], ann: Annotated): ObjectIdInfo
    Definition Classes
    AnnotationIntrospector
  40. def findObjectReferenceInfo(config: MapperConfig[_ <: AnyRef], ann: Annotated, objectIdInfo: ObjectIdInfo): ObjectIdInfo
    Definition Classes
    AnnotationIntrospector
  41. def findPOJOBuilder(config: MapperConfig[_ <: AnyRef], ac: AnnotatedClass): Class[_ <: AnyRef]
    Definition Classes
    AnnotationIntrospector
  42. def findPOJOBuilderConfig(config: MapperConfig[_ <: AnyRef], ac: AnnotatedClass): Value
    Definition Classes
    AnnotationIntrospector
  43. def findPolymorphicBaseType(config: MapperConfig[_ <: AnyRef], ac: AnnotatedClass, typeInfo: Value, assumedBaseType: JavaType): JavaType
    Definition Classes
    AnnotationIntrospector
  44. def findPolymorphicTypeInfo(config: MapperConfig[_ <: AnyRef], ann: Annotated): Value
    Definition Classes
    AnnotationIntrospector
  45. def findPreferredCreator(config: MapperConfig[_ <: AnyRef], valueClass: AnnotatedClass, declaredConstructors: List[PotentialCreator], declaredFactories: List[PotentialCreator], zeroParamsConstructor: Optional[PotentialCreator]): PotentialCreator
    Definition Classes
    AnnotationIntrospector
  46. def findPropertyAccess(config: MapperConfig[_ <: AnyRef], ann: Annotated): Access
    Definition Classes
    AnnotationIntrospector
  47. def findPropertyAliases(config: MapperConfig[_ <: AnyRef], ann: Annotated): List[PropertyName]
    Definition Classes
    AnnotationIntrospector
  48. def findPropertyDefaultValue(config: MapperConfig[_ <: AnyRef], ann: Annotated): String
    Definition Classes
    AnnotationIntrospector
  49. def findPropertyDescription(config: MapperConfig[_ <: AnyRef], ann: Annotated): String
    Definition Classes
    AnnotationIntrospector
  50. def findPropertyIgnoralByName(config: MapperConfig[_ <: AnyRef], ann: Annotated): Value
    Definition Classes
    AnnotationIntrospector
  51. def findPropertyInclusion(config: MapperConfig[_ <: AnyRef], a: Annotated): Value
    Definition Classes
    AnnotationIntrospector
  52. def findPropertyInclusionByName(config: MapperConfig[_ <: AnyRef], ann: Annotated): Value
    Definition Classes
    AnnotationIntrospector
  53. def findPropertyIndex(config: MapperConfig[_ <: AnyRef], ann: Annotated): Integer
    Definition Classes
    AnnotationIntrospector
  54. def findReferenceType(config: MapperConfig[_ <: AnyRef], member: AnnotatedMember): ReferenceProperty
    Definition Classes
    AnnotationIntrospector
  55. def findRenameByField(config: MapperConfig[_ <: AnyRef], f: AnnotatedField, implName: PropertyName): PropertyName
    Definition Classes
    AnnotationIntrospector
  56. def findRootName(config: MapperConfig[_ <: AnyRef], ac: AnnotatedClass): PropertyName
    Definition Classes
    AnnotationIntrospector
  57. def findSerializationContentConverter(config: MapperConfig[_ <: AnyRef], a: AnnotatedMember): AnyRef
    Definition Classes
    AnnotationIntrospector
  58. def findSerializationConverter(config: MapperConfig[_ <: AnyRef], a: Annotated): AnyRef
    Definition Classes
    AnnotationIntrospector
  59. def findSerializationPropertyOrder(config: MapperConfig[_ <: AnyRef], ac: AnnotatedClass): Array[String]
    Definition Classes
    AnnotationIntrospector
  60. def findSerializationSortAlphabetically(mapperConfig: MapperConfig[_], ann: Annotated): Boolean
    Definition Classes
    ScalaAnnotationIntrospectorInstance → AnnotationIntrospector
  61. def findSerializationTyping(config: MapperConfig[_ <: AnyRef], a: Annotated): Typing
    Definition Classes
    AnnotationIntrospector
  62. def findSerializer(config: MapperConfig[_ <: AnyRef], am: Annotated): AnyRef
    Definition Classes
    AnnotationIntrospector
  63. def findSetterInfo(config: MapperConfig[_ <: AnyRef], a: Annotated): Value
    Definition Classes
    AnnotationIntrospector
  64. def findSubtypes(config: MapperConfig[_ <: AnyRef], a: Annotated): List[NamedType]
    Definition Classes
    AnnotationIntrospector
  65. def findTypeIdResolver(config: MapperConfig[_ <: AnyRef], ann: Annotated): AnyRef
    Definition Classes
    AnnotationIntrospector
  66. def findTypeName(config: MapperConfig[_ <: AnyRef], ac: AnnotatedClass): String
    Definition Classes
    AnnotationIntrospector
  67. def findTypeResolverBuilder(config: MapperConfig[_ <: AnyRef], ann: Annotated): AnyRef
    Definition Classes
    AnnotationIntrospector
  68. def findUnwrappingNameTransformer(config: MapperConfig[_ <: AnyRef], member: AnnotatedMember): NameTransformer
    Definition Classes
    AnnotationIntrospector
  69. def findValueInstantiator(deserializationConfig: DeserializationConfig, beanDesc: Supplier): ValueInstantiator
    Definition Classes
    ScalaAnnotationIntrospectorInstance → ValueInstantiators
  70. def findValueInstantiator(config: MapperConfig[_ <: AnyRef], ac: AnnotatedClass): AnyRef
    Definition Classes
    AnnotationIntrospector
  71. def findViews(config: MapperConfig[_ <: AnyRef], a: Annotated): Array[Class[_ <: AnyRef]]
    Definition Classes
    AnnotationIntrospector
  72. def findWrapperName(config: MapperConfig[_ <: AnyRef], ann: Annotated): PropertyName
    Definition Classes
    AnnotationIntrospector
  73. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  74. def hasAnyGetter(config: MapperConfig[_ <: AnyRef], ann: Annotated): Boolean
    Definition Classes
    AnnotationIntrospector
  75. def hasAnySetter(config: MapperConfig[_ <: AnyRef], ann: Annotated): Boolean
    Definition Classes
    AnnotationIntrospector
  76. def hasAsKey(config: MapperConfig[_ <: AnyRef], a: Annotated): Boolean
    Definition Classes
    AnnotationIntrospector
  77. def hasAsValue(config: MapperConfig[_ <: AnyRef], a: Annotated): Boolean
    Definition Classes
    AnnotationIntrospector
  78. def hasIgnoreMarker(mapperConfig: MapperConfig[_], m: AnnotatedMember): Boolean
    Definition Classes
    ScalaAnnotationIntrospectorInstance → AnnotationIntrospector
  79. def hasRequiredMarker(config: MapperConfig[_ <: AnyRef], member: AnnotatedMember): Boolean
    Definition Classes
    AnnotationIntrospector
  80. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  81. def isAnnotationBundle(ann: Annotation): Boolean
    Definition Classes
    AnnotationIntrospector
  82. def isIgnorableType(config: MapperConfig[_ <: AnyRef], ac: AnnotatedClass): Boolean
    Definition Classes
    AnnotationIntrospector
  83. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  84. def isTypeId(config: MapperConfig[_ <: AnyRef], member: AnnotatedMember): Boolean
    Definition Classes
    AnnotationIntrospector
  85. def modifyValueInstantiator(deserializationConfig: DeserializationConfig, beanDesc: Supplier, defaultInstantiator: ValueInstantiator): ValueInstantiator
    Definition Classes
    ScalaAnnotationIntrospectorInstance → ValueInstantiators
  86. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  87. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  88. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  89. def propertyFor(a: Annotated): Option[PropertyDescriptor]
  90. def refineDeserializationType(config: MapperConfig[_ <: AnyRef], a: Annotated, baseType: JavaType): JavaType
    Definition Classes
    AnnotationIntrospector
  91. def refineSerializationType(config: MapperConfig[_ <: AnyRef], a: Annotated, baseType: JavaType): JavaType
    Definition Classes
    AnnotationIntrospector
  92. def resolveSetterConflict(config: MapperConfig[_ <: AnyRef], setter1: AnnotatedMethod, setter2: AnnotatedMethod): AnnotatedMethod
    Definition Classes
    AnnotationIntrospector
  93. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  94. def toString(): String
    Definition Classes
    AnyRef → Any
  95. def version(): Version
    Definition Classes
    ScalaAnnotationIntrospectorInstance → NopAnnotationIntrospector → AnnotationIntrospector → Versioned
  96. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  97. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  98. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from ValueInstantiators

Inherited from AnnotationIntrospector

Inherited from Serializable

Inherited from Versioned

Inherited from AnyRef

Inherited from Any

Ungrouped