EnumModule

tools.jackson.module.scala.EnumModule
See theEnumModule companion trait
object EnumModule extends EnumModule

Attributes

Companion
trait
Graph
Supertypes
trait EnumModule
trait Versioned
class Object
trait Matchable
class Any
Show all
Self type
EnumModule.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:
EnumModule
override def getModuleName: String

Attributes

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