Packages

class DefaultScalaModule extends Module with JacksonModule with IteratorModule with EnumerationModule with OptionModule with SeqModule with IterableModule with TupleModule with MapModule with SetModule with ScalaNumberDeserializersModule with ScalaAnnotationIntrospectorModule with UntypedObjectDeserializerModule with EitherModule with SymbolModule

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultScalaModule
  2. SymbolModule
  3. SymbolDeserializerModule
  4. SymbolSerializerModule
  5. EitherModule
  6. EitherSerializerModule
  7. EitherTypeModifierModule
  8. EitherDeserializerModule
  9. UntypedObjectDeserializerModule
  10. ScalaAnnotationIntrospectorModule
  11. ScalaNumberDeserializersModule
  12. SetModule
  13. SortedSetDeserializerModule
  14. UnsortedSetDeserializerModule
  15. MapModule
  16. SortedMapDeserializerModule
  17. UnsortedMapDeserializerModule
  18. MapSerializerModule
  19. MapTypeModifierModule
  20. TupleModule
  21. TupleDeserializerModule
  22. TupleSerializerModule
  23. IterableModule
  24. SeqModule
  25. SeqDeserializerModule
  26. IterableSerializerModule
  27. IterableTypeModifierModule
  28. OptionModule
  29. OptionDeserializerModule
  30. OptionSerializerModule
  31. OptionTypeModifierModule
  32. EnumerationModule
  33. EnumerationDeserializerModule
  34. EnumerationSerializerModule
  35. IteratorModule
  36. IteratorSerializerModule
  37. IteratorTypeModifierModule
  38. ScalaTypeModifierModule
  39. JacksonModule
  40. Module
  41. Versioned
  42. AnyRef
  43. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DefaultScalaModule()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +=(beanSerMod: BeanSerializerModifier): DefaultScalaModule.this.type
    Attributes
    protected
    Definition Classes
    JacksonModule
  4. def +=(typeMod: TypeModifier): DefaultScalaModule.this.type
    Attributes
    protected
    Definition Classes
    JacksonModule
  5. def +=(deser: Deserializers): DefaultScalaModule.this.type
    Attributes
    protected
    Definition Classes
    JacksonModule
  6. def +=(ser: Serializers): DefaultScalaModule.this.type
    Attributes
    protected
    Definition Classes
    JacksonModule
  7. def +=(init: (SetupContext) => Unit): DefaultScalaModule.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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getDependencies(): Iterable[_ <: Module]
    Definition Classes
    Module
  16. def getModuleName(): String
    Definition Classes
    DefaultScalaModuleJacksonModule → Module
  17. def getTypeId(): AnyRef
    Definition Classes
    Module
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def setupModule(context: SetupContext): Unit
    Definition Classes
    JacksonModule → Module
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def version(): Version
    Definition Classes
    JacksonModule → Module → Versioned
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from SymbolModule

Inherited from SymbolSerializerModule

Inherited from EitherModule

Inherited from EitherSerializerModule

Inherited from SetModule

Inherited from MapModule

Inherited from MapSerializerModule

Inherited from MapTypeModifierModule

Inherited from TupleModule

Inherited from TupleSerializerModule

Inherited from IterableModule

Inherited from SeqModule

Inherited from SeqDeserializerModule

Inherited from OptionModule

Inherited from OptionSerializerModule

Inherited from EnumerationModule

Inherited from IteratorModule

Inherited from JacksonModule

Inherited from Module

Inherited from Versioned

Inherited from AnyRef

Inherited from Any

Ungrouped