Instance Constructors
-
new
DefaultScalaModule()
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+=(beanSerMod: BeanSerializerModifier): DefaultScalaModule.this.type
-
def
+=(typeMod: TypeModifier): DefaultScalaModule.this.type
-
def
+=(deser: Deserializers): DefaultScalaModule.this.type
-
-
def
+=(init: (SetupContext) ⇒ Unit): DefaultScalaModule.this.type
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
getModuleName(): String
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
setupModule(context: SetupContext): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
version(): Version
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Module
Inherited from Versioned
Inherited from AnyRef
Inherited from Any
Complete module with support for all features.
This class aggregates all of the feature modules into a single concrete class. Its use is recommended for new users and users who want things to "just work". If more customized support is desired, consult each of the constituent traits.
1.9.0
com.fasterxml.jackson.module.scala.JacksonModule