Object

com.fasterxml.jackson.module.scala.experimental

DefaultRequiredAnnotationIntrospector

Related Doc: package experimental

Permalink

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
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def _findAnnotation[A <: Annotation](arg0: Annotated, arg1: Class[A]): A

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

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

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

    Permalink
    Definition Classes
    AnnotationIntrospector
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnnotationIntrospector
  17. def findCreatorBinding(arg0: Annotated): Mode

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

    Permalink
    Definition Classes
    AnnotationIntrospector
  19. def findDeserializationContentType(arg0: Annotated, arg1: JavaType): Class[_]

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

    Permalink
    Definition Classes
    AnnotationIntrospector
  21. def findDeserializationKeyType(arg0: Annotated, arg1: JavaType): Class[_]

    Permalink
    Definition Classes
    AnnotationIntrospector
  22. def findDeserializationType(arg0: Annotated, arg1: JavaType): Class[_]

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

    Permalink
    Definition Classes
    AnnotationIntrospector
  24. def findEnumValue(arg0: Enum[_]): String

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

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

    Permalink
    Definition Classes
    AnnotationIntrospector
  27. def findIgnoreUnknownProperties(arg0: AnnotatedClass): Boolean

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

    Permalink
    Definition Classes
    AnnotationIntrospector
  29. def findInjectableValueId(arg0: AnnotatedMember): AnyRef

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnnotationIntrospector
  40. def findPropertiesToIgnore(arg0: Annotated, arg1: Boolean): Array[String]

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnnotationIntrospector
  51. def findSerializationContentType(arg0: Annotated, arg1: JavaType): Class[_]

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

    Permalink
    Definition Classes
    AnnotationIntrospector
  53. def findSerializationInclusion(arg0: Annotated, arg1: Include): Include

    Permalink
    Definition Classes
    AnnotationIntrospector
  54. def findSerializationInclusionForContent(arg0: Annotated, arg1: Include): Include

    Permalink
    Definition Classes
    AnnotationIntrospector
  55. def findSerializationKeyType(arg0: Annotated, arg1: JavaType): Class[_]

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

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

    Permalink
    Definition Classes
    AnnotationIntrospector
  58. def findSerializationType(arg0: Annotated): Class[_]

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  69. def hasAnyGetterAnnotation(arg0: AnnotatedMethod): Boolean

    Permalink
    Definition Classes
    AnnotationIntrospector
  70. def hasAnySetterAnnotation(arg0: AnnotatedMethod): Boolean

    Permalink
    Definition Classes
    AnnotationIntrospector
  71. def hasAsValueAnnotation(arg0: AnnotatedMethod): Boolean

    Permalink
    Definition Classes
    AnnotationIntrospector
  72. def hasCreatorAnnotation(arg0: Annotated): Boolean

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  81. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  82. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  83. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  84. def toString(): String

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def findFilterId(arg0: AnnotatedClass): AnyRef

    Permalink
    Definition Classes
    AnnotationIntrospector
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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

    Permalink
    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