SymbolModule

tools.jackson.module.scala.SymbolModule
See theSymbolModule companion trait
object SymbolModule extends SymbolModule

Attributes

Companion
trait
Graph
Supertypes
trait SymbolModule
trait Versioned
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Inherited methods

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

Attributes

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

Attributes

Definition Classes
Inherited from:
SymbolModule
override def getModuleName: String

Attributes

Definition Classes
Inherited from:
SymbolModule
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