Object/Class

com.fasterxml.jackson.module.scala

DefaultScalaModule

Related Docs: class DefaultScalaModule | package scala

Permalink

object DefaultScalaModule extends DefaultScalaModule

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultScalaModule
  2. DefaultScalaModule
  3. SymbolModule
  4. SymbolDeserializerModule
  5. SymbolSerializerModule
  6. EitherModule
  7. EitherSerializerModule
  8. EitherTypeModifierModule
  9. EitherDeserializerModule
  10. UntypedObjectDeserializerModule
  11. ScalaAnnotationIntrospectorModule
  12. ScalaNumberDeserializersModule
  13. SetModule
  14. SortedSetDeserializerModule
  15. UnsortedSetDeserializerModule
  16. MapModule
  17. SortedMapDeserializerModule
  18. UnsortedMapDeserializerModule
  19. MapSerializerModule
  20. MapTypeModifierModule
  21. TupleModule
  22. TupleDeserializerModule
  23. TupleSerializerModule
  24. IterableModule
  25. SeqModule
  26. SeqDeserializerModule
  27. IterableSerializerModule
  28. IterableTypeModifierModule
  29. OptionModule
  30. OptionDeserializerModule
  31. OptionSerializerModule
  32. OptionTypeModifierModule
  33. EnumerationModule
  34. EnumerationDeserializerModule
  35. EnumerationSerializerModule
  36. IteratorModule
  37. IteratorSerializerModule
  38. IteratorTypeModifierModule
  39. ScalaTypeModifierModule
  40. JacksonModule
  41. Module
  42. Versioned
  43. AnyRef
  44. 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. def +=(beanSerMod: BeanSerializerModifier): DefaultScalaModule.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    JacksonModule
  4. def +=(typeMod: TypeModifier): DefaultScalaModule.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    JacksonModule
  5. def +=(deser: Deserializers): DefaultScalaModule.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    JacksonModule
  6. def +=(ser: Serializers): DefaultScalaModule.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    JacksonModule
  7. def +=(init: (SetupContext) ⇒ Unit): DefaultScalaModule.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    JacksonModule
  8. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clearRegisteredReferencedTypes(): Unit

    Permalink

    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

    clearRegisteredReferencedTypes(Class[_])

    registerReferencedValueType

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

    Permalink

    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

    clearRegisteredReferencedTypes()

    registerReferencedValueType

  12. def clone(): AnyRef

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getDependencies(): Iterable[_ <: Module]

    Permalink
    Definition Classes
    Module
  18. def getModuleName(): String

    Permalink
    Definition Classes
    DefaultScalaModuleJacksonModule → Module
  19. def getRegisteredReferencedValueType(clazz: Class[_], fieldName: String): Option[Class[_]]

    Permalink

    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

    Permalink
    Definition Classes
    Module
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def registerReferencedValueType(clazz: Class[_], fieldName: String, referencedType: Class[_]): Unit

    Permalink

    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

    clearRegisteredReferencedTypes(Class[_])

    clearRegisteredReferencedTypes()

    getRegisteredReferencedValueType

  27. def setDescriptorCache(cache: LookupCache[ClassKey, BeanDescriptor]): LookupCache[ClassKey, BeanDescriptor]

    Permalink
  28. def setScalaTypeCache(cache: LookupCache[ClassKey, Boolean]): LookupCache[ClassKey, Boolean]

    Permalink
  29. def setupModule(context: SetupContext): Unit

    Permalink
    Definition Classes
    JacksonModule → Module
  30. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Permalink
    Definition Classes
    JacksonModule → Module → Versioned
  33. final def wait(): Unit

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

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

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

Inherited from DefaultScalaModule

Inherited from SymbolModule

Inherited from SymbolDeserializerModule

Inherited from SymbolSerializerModule

Inherited from EitherModule

Inherited from EitherSerializerModule

Inherited from EitherTypeModifierModule

Inherited from EitherDeserializerModule

Inherited from SetModule

Inherited from MapModule

Inherited from MapSerializerModule

Inherited from MapTypeModifierModule

Inherited from TupleModule

Inherited from TupleDeserializerModule

Inherited from TupleSerializerModule

Inherited from IterableModule

Inherited from SeqModule

Inherited from SeqDeserializerModule

Inherited from IterableSerializerModule

Inherited from OptionModule

Inherited from OptionDeserializerModule

Inherited from OptionSerializerModule

Inherited from OptionTypeModifierModule

Inherited from EnumerationModule

Inherited from IteratorModule

Inherited from IteratorSerializerModule

Inherited from ScalaTypeModifierModule

Inherited from JacksonModule

Inherited from Module

Inherited from Versioned

Inherited from AnyRef

Inherited from Any

Ungrouped