Packages

object ScalaAnnotationIntrospectorModule extends Module with ScalaAnnotationIntrospectorModule

Linear Supertypes
ScalaAnnotationIntrospectorModule, JacksonModule, Module, Versioned, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaAnnotationIntrospectorModule
  2. ScalaAnnotationIntrospectorModule
  3. JacksonModule
  4. Module
  5. Versioned
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +=(beanSerMod: BeanSerializerModifier): ScalaAnnotationIntrospectorModule.this.type
    Attributes
    protected
    Definition Classes
    JacksonModule
  4. def +=(typeMod: TypeModifier): ScalaAnnotationIntrospectorModule.this.type
    Attributes
    protected
    Definition Classes
    JacksonModule
  5. def +=(deser: Deserializers): ScalaAnnotationIntrospectorModule.this.type
    Attributes
    protected
    Definition Classes
    JacksonModule
  6. def +=(ser: Serializers): ScalaAnnotationIntrospectorModule.this.type
    Attributes
    protected
    Definition Classes
    JacksonModule
  7. def +=(init: (SetupContext) => Unit): ScalaAnnotationIntrospectorModule.this.type
    Attributes
    protected
    Definition Classes
    JacksonModule
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clearRegisteredReferencedTypes(): Unit

    clears all the state associated with reference types

    clears all the state associated with reference types

    Definition Classes
    ScalaAnnotationIntrospectorModule
    Since

    2.13.1

    See also

    registerReferencedValueType

    clearRegisteredReferencedTypes(Class[_])

  11. def clearRegisteredReferencedTypes(clazz: Class[_]): Unit

    clears the state associated with reference types for the given class

    clears the state associated with reference types for the given class

    clazz

    the class for which to remove the registered reference types

    Definition Classes
    ScalaAnnotationIntrospectorModule
    Since

    2.13.1

    See also

    registerReferencedValueType

    clearRegisteredReferencedTypes()

  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getDependencies(): Iterable[_ <: Module]
    Definition Classes
    Module
  18. def getModuleName(): String
    Definition Classes
    JacksonModule → Module
  19. def getRegisteredReferencedValueType(clazz: Class[_], fieldName: String): Option[Class[_]]

    jackson-module-scala does not always properly handle deserialization of Options or Collections wrapping Scala primitives (eg Int, Long, Boolean).

    jackson-module-scala does not always properly handle deserialization of Options or Collections wrapping Scala primitives (eg Int, Long, Boolean).

    This function is experimental and may be removed or significantly reworked in a later release.

    These issues can be worked around by adding Jackson annotations on the affected fields. This function is designed to be used when it is not possible to apply Jackson annotations.

    clazz

    the (case) class

    fieldName

    the field name in the (case) class

    returns

    the referenced type of the field - for Option[Long] - the referenced type is Long

    Definition Classes
    ScalaAnnotationIntrospectorModule
    Since

    2.13.1

    See also

    registerReferencedValueType

  20. def getTypeId(): AnyRef
    Definition Classes
    Module
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def registerReferencedValueType(clazz: Class[_], fieldName: String, referencedType: Class[_]): Unit

    jackson-module-scala does not always properly handle deserialization of Options or Collections wrapping Scala primitives (eg Int, Long, Boolean).

    jackson-module-scala does not always properly handle deserialization of Options or Collections wrapping Scala primitives (eg Int, Long, Boolean).

    This function is experimental and may be removed or significantly reworked in a later release.

    These issues can be worked around by adding Jackson annotations on the affected fields. This function is designed to be used when it is not possible to apply Jackson annotations.

    clazz

    the (case) class

    fieldName

    the field name in the (case) class

    referencedType

    the referenced type of the field - for Option[Long] - the referenced type is Long

    Definition Classes
    ScalaAnnotationIntrospectorModule
    Since

    2.13.1

    See also

    getRegisteredReferencedValueType

    clearRegisteredReferencedTypes()

    clearRegisteredReferencedTypes(Class[_])

  27. def setDescriptorCache(cache: LookupCache[ClassKey, BeanDescriptor]): LookupCache[ClassKey, BeanDescriptor]
  28. def setupModule(context: SetupContext): Unit
    Definition Classes
    JacksonModule → Module
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def version(): Version
    Definition Classes
    JacksonModule → Module → Versioned
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from JacksonModule

Inherited from Module

Inherited from Versioned

Inherited from AnyRef

Inherited from Any

Ungrouped