com.fasterxml.jackson.module.scala.experimental

DefaultRequiredAnnotationIntrospector

object DefaultRequiredAnnotationIntrospector extends NopAnnotationIntrospector

Linear Supertypes
NopAnnotationIntrospector, AnnotationIntrospector, Serializable, Versioned, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DefaultRequiredAnnotationIntrospector
  2. NopAnnotationIntrospector
  3. AnnotationIntrospector
  4. Serializable
  5. Versioned
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def _findAnnotation[A <: Annotation](arg0: Annotated, arg1: Class[A]): A

    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    AnnotationIntrospector
  7. def _hasAnnotation(arg0: Annotated, arg1: Class[_ <: Annotation]): Boolean

    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    AnnotationIntrospector
  8. def _hasOneOf(arg0: Annotated, arg1: Array[Class[_ <: Annotation]]): Boolean

    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    AnnotationIntrospector
  9. def allIntrospectors(arg0: Collection[AnnotationIntrospector]): Collection[AnnotationIntrospector]

    Definition Classes
    AnnotationIntrospector
  10. def allIntrospectors(): Collection[AnnotationIntrospector]

    Definition Classes
    AnnotationIntrospector
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def findAndAddVirtualProperties(arg0: MapperConfig[_], arg1: AnnotatedClass, arg2: List[BeanPropertyWriter]): Unit

    Definition Classes
    AnnotationIntrospector
  17. def findAutoDetectVisibility(arg0: AnnotatedClass, arg1: VisibilityChecker[_]): VisibilityChecker[_]

    Definition Classes
    AnnotationIntrospector
  18. def findClassDescription(arg0: AnnotatedClass): String

    Definition Classes
    AnnotationIntrospector
  19. def findContentDeserializer(arg0: Annotated): AnyRef

    Definition Classes
    AnnotationIntrospector
  20. def findContentSerializer(arg0: Annotated): AnyRef

    Definition Classes
    AnnotationIntrospector
  21. def findCreatorAnnotation(arg0: MapperConfig[_], arg1: Annotated): Mode

    Definition Classes
    AnnotationIntrospector
  22. def findDefaultEnumValue(arg0: Class[Enum[_]]): Enum[_]

    Definition Classes
    AnnotationIntrospector
  23. def findDeserializationContentConverter(arg0: AnnotatedMember): AnyRef

    Definition Classes
    AnnotationIntrospector
  24. def findDeserializationConverter(arg0: Annotated): AnyRef

    Definition Classes
    AnnotationIntrospector
  25. def findDeserializer(arg0: Annotated): AnyRef

    Definition Classes
    AnnotationIntrospector
  26. def findEnumValues(arg0: Class[_], arg1: Array[Enum[_]], arg2: Array[String]): Array[String]

    Definition Classes
    AnnotationIntrospector
  27. def findFilterId(arg0: Annotated): AnyRef

    Definition Classes
    AnnotationIntrospector
  28. def findFormat(arg0: Annotated): Value

    Definition Classes
    AnnotationIntrospector
  29. def findImplicitPropertyName(arg0: AnnotatedMember): String

    Definition Classes
    AnnotationIntrospector
  30. def findInjectableValue(arg0: AnnotatedMember): Value

    Definition Classes
    AnnotationIntrospector
  31. def findKeyDeserializer(arg0: Annotated): AnyRef

    Definition Classes
    AnnotationIntrospector
  32. def findKeySerializer(arg0: Annotated): AnyRef

    Definition Classes
    AnnotationIntrospector
  33. def findMergeInfo(arg0: Annotated): Boolean

    Definition Classes
    AnnotationIntrospector
  34. def findNameForDeserialization(arg0: Annotated): PropertyName

    Definition Classes
    AnnotationIntrospector
  35. def findNameForSerialization(arg0: Annotated): PropertyName

    Definition Classes
    AnnotationIntrospector
  36. def findNamingStrategy(arg0: AnnotatedClass): AnyRef

    Definition Classes
    AnnotationIntrospector
  37. def findNullSerializer(arg0: Annotated): AnyRef

    Definition Classes
    AnnotationIntrospector
  38. def findObjectIdInfo(arg0: Annotated): ObjectIdInfo

    Definition Classes
    AnnotationIntrospector
  39. def findObjectReferenceInfo(arg0: Annotated, arg1: ObjectIdInfo): ObjectIdInfo

    Definition Classes
    AnnotationIntrospector
  40. def findPOJOBuilder(arg0: AnnotatedClass): Class[_]

    Definition Classes
    AnnotationIntrospector
  41. def findPOJOBuilderConfig(arg0: AnnotatedClass): Value

    Definition Classes
    AnnotationIntrospector
  42. def findPropertyAccess(arg0: Annotated): Access

    Definition Classes
    AnnotationIntrospector
  43. def findPropertyAliases(arg0: Annotated): List[PropertyName]

    Definition Classes
    AnnotationIntrospector
  44. def findPropertyContentTypeResolver(arg0: MapperConfig[_], arg1: AnnotatedMember, arg2: JavaType): TypeResolverBuilder[_]

    Definition Classes
    AnnotationIntrospector
  45. def findPropertyDefaultValue(arg0: Annotated): String

    Definition Classes
    AnnotationIntrospector
  46. def findPropertyDescription(arg0: Annotated): String

    Definition Classes
    AnnotationIntrospector
  47. def findPropertyIgnorals(arg0: Annotated): Value

    Definition Classes
    AnnotationIntrospector
  48. def findPropertyInclusion(arg0: Annotated): Value

    Definition Classes
    AnnotationIntrospector
  49. def findPropertyIndex(arg0: Annotated): Integer

    Definition Classes
    AnnotationIntrospector
  50. def findPropertyTypeResolver(arg0: MapperConfig[_], arg1: AnnotatedMember, arg2: JavaType): TypeResolverBuilder[_]

    Definition Classes
    AnnotationIntrospector
  51. def findReferenceType(arg0: AnnotatedMember): ReferenceProperty

    Definition Classes
    AnnotationIntrospector
  52. def findRootName(arg0: AnnotatedClass): PropertyName

    Definition Classes
    AnnotationIntrospector
  53. def findSerializationContentConverter(arg0: AnnotatedMember): AnyRef

    Definition Classes
    AnnotationIntrospector
  54. def findSerializationConverter(arg0: Annotated): AnyRef

    Definition Classes
    AnnotationIntrospector
  55. def findSerializationPropertyOrder(arg0: AnnotatedClass): Array[String]

    Definition Classes
    AnnotationIntrospector
  56. def findSerializationSortAlphabetically(arg0: Annotated): Boolean

    Definition Classes
    AnnotationIntrospector
  57. def findSerializationTyping(arg0: Annotated): Typing

    Definition Classes
    AnnotationIntrospector
  58. def findSerializer(arg0: Annotated): AnyRef

    Definition Classes
    AnnotationIntrospector
  59. def findSetterInfo(arg0: Annotated): Value

    Definition Classes
    AnnotationIntrospector
  60. def findSubtypes(arg0: Annotated): List[NamedType]

    Definition Classes
    AnnotationIntrospector
  61. def findTypeName(arg0: AnnotatedClass): String

    Definition Classes
    AnnotationIntrospector
  62. def findTypeResolver(arg0: MapperConfig[_], arg1: AnnotatedClass, arg2: JavaType): TypeResolverBuilder[_]

    Definition Classes
    AnnotationIntrospector
  63. def findUnwrappingNameTransformer(arg0: AnnotatedMember): NameTransformer

    Definition Classes
    AnnotationIntrospector
  64. def findValueInstantiator(arg0: AnnotatedClass): AnyRef

    Definition Classes
    AnnotationIntrospector
  65. def findViews(arg0: Annotated): Array[Class[_]]

    Definition Classes
    AnnotationIntrospector
  66. def findWrapperName(arg0: Annotated): PropertyName

    Definition Classes
    AnnotationIntrospector
  67. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  68. def hasAnyGetter(arg0: Annotated): Boolean

    Definition Classes
    AnnotationIntrospector
  69. def hasAnySetter(arg0: Annotated): Boolean

    Definition Classes
    AnnotationIntrospector
  70. def hasAsValue(arg0: Annotated): Boolean

    Definition Classes
    AnnotationIntrospector
  71. def hasIgnoreMarker(arg0: AnnotatedMember): Boolean

    Definition Classes
    AnnotationIntrospector
  72. def hasRequiredMarker(m: AnnotatedMember): Boolean

    Definition Classes
    DefaultRequiredAnnotationIntrospector → AnnotationIntrospector
  73. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  74. def isAnnotationBundle(arg0: Annotation): Boolean

    Definition Classes
    AnnotationIntrospector
  75. def isIgnorableType(arg0: AnnotatedClass): Boolean

    Definition Classes
    AnnotationIntrospector
  76. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  77. def isTypeId(arg0: AnnotatedMember): Boolean

    Definition Classes
    AnnotationIntrospector
  78. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  79. final def notify(): Unit

    Definition Classes
    AnyRef
  80. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  81. def refineDeserializationType(arg0: MapperConfig[_], arg1: Annotated, arg2: JavaType): JavaType

    Definition Classes
    AnnotationIntrospector
    Annotations
    @throws( ... )
  82. def refineSerializationType(arg0: MapperConfig[_], arg1: Annotated, arg2: JavaType): JavaType

    Definition Classes
    AnnotationIntrospector
    Annotations
    @throws( ... )
  83. def resolveSetterConflict(arg0: MapperConfig[_], arg1: AnnotatedMethod, arg2: AnnotatedMethod): AnnotatedMethod

    Definition Classes
    AnnotationIntrospector
  84. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  85. def toString(): String

    Definition Classes
    AnyRef → Any
  86. def version(): Version

    Definition Classes
    NopAnnotationIntrospector → AnnotationIntrospector → Versioned
  87. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  88. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  89. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def findCreatorBinding(arg0: Annotated): Mode

    Definition Classes
    AnnotationIntrospector
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def findDeserializationContentType(arg0: Annotated, arg1: JavaType): Class[_]

    Definition Classes
    AnnotationIntrospector
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def findDeserializationKeyType(arg0: Annotated, arg1: JavaType): Class[_]

    Definition Classes
    AnnotationIntrospector
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def findDeserializationType(arg0: Annotated, arg1: JavaType): Class[_]

    Definition Classes
    AnnotationIntrospector
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. def findEnumValue(arg0: Enum[_]): String

    Definition Classes
    AnnotationIntrospector
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. def findIgnoreUnknownProperties(arg0: AnnotatedClass): Boolean

    Definition Classes
    AnnotationIntrospector
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  7. def findInjectableValueId(arg0: AnnotatedMember): AnyRef

    Definition Classes
    AnnotationIntrospector
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  8. def findPropertiesToIgnore(arg0: Annotated): Array[String]

    Definition Classes
    AnnotationIntrospector
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  9. def findPropertiesToIgnore(arg0: Annotated, arg1: Boolean): Array[String]

    Definition Classes
    AnnotationIntrospector
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  10. def findSerializationContentType(arg0: Annotated, arg1: JavaType): Class[_]

    Definition Classes
    AnnotationIntrospector
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  11. def findSerializationInclusion(arg0: Annotated, arg1: Include): Include

    Definition Classes
    AnnotationIntrospector
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  12. def findSerializationInclusionForContent(arg0: Annotated, arg1: Include): Include

    Definition Classes
    AnnotationIntrospector
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  13. def findSerializationKeyType(arg0: Annotated, arg1: JavaType): Class[_]

    Definition Classes
    AnnotationIntrospector
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  14. def findSerializationType(arg0: Annotated): Class[_]

    Definition Classes
    AnnotationIntrospector
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  15. def hasAnyGetterAnnotation(arg0: AnnotatedMethod): Boolean

    Definition Classes
    AnnotationIntrospector
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  16. def hasAnySetterAnnotation(arg0: AnnotatedMethod): Boolean

    Definition Classes
    AnnotationIntrospector
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  17. def hasAsValueAnnotation(arg0: AnnotatedMethod): Boolean

    Definition Classes
    AnnotationIntrospector
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  18. def hasCreatorAnnotation(arg0: Annotated): Boolean

    Definition Classes
    AnnotationIntrospector
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from NopAnnotationIntrospector

Inherited from AnnotationIntrospector

Inherited from Serializable

Inherited from Versioned

Inherited from AnyRef

Inherited from Any

Ungrouped