SeqModule

tools.jackson.module.scala.SeqModule
See theSeqModule companion trait
object SeqModule extends SeqModule

Attributes

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

Members list

Value members

Inherited methods

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

Attributes

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

Attributes

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