Packages

object DefaultScalaModule extends DefaultScalaModule

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. 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): 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 DefaultScalaModule

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