DefaultScalaModule

tools.jackson.module.scala.DefaultScalaModule
See theDefaultScalaModule companion object

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.

Attributes

See also
Since

1.9.0

Companion
object
Graph
Supertypes
trait Versioned
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Concrete methods

override def getInitializers(config: Config): Seq[SetupContext => Unit]

Attributes

Definition Classes
override def getModuleName: String

Attributes

Definition Classes

Inherited methods

def getDependencies(): Iterable[_ <: JacksonModule]

Attributes

Inherited from:
JacksonModule
def getRegistrationId(): <FromJavaObject>

Attributes

Inherited from:
JacksonModule
def setupModule(context: SetupContext): Unit

Attributes

Inherited from:
JacksonModule
override def version(): Version

Attributes

Definition Classes
Inherited from:
JacksonModule