class AkkaJacksonModule extends Module with JacksonModule with ActorRefModule with AddressModule with FiniteDurationModule

Complete module with support for all custom serializers.

Source
AkkaJacksonModule.scala
Linear Supertypes
FiniteDurationModule, AddressModule, ActorRefModule, JacksonModule, Module, Versioned, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AkkaJacksonModule
  2. FiniteDurationModule
  3. AddressModule
  4. ActorRefModule
  5. JacksonModule
  6. Module
  7. Versioned
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AkkaJacksonModule()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from AkkaJacksonModule to any2stringadd[AkkaJacksonModule] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def +=(beanSerMod: BeanSerializerModifier): AkkaJacksonModule.this.type
    Attributes
    protected
    Definition Classes
    JacksonModule
  5. def +=(typeMod: TypeModifier): AkkaJacksonModule.this.type
    Attributes
    protected
    Definition Classes
    JacksonModule
  6. def +=(deser: Deserializers): AkkaJacksonModule.this.type
    Attributes
    protected
    Definition Classes
    JacksonModule
  7. def +=(ser: com.fasterxml.jackson.databind.ser.Serializers): AkkaJacksonModule.this.type
    Attributes
    protected
    Definition Classes
    JacksonModule
  8. def +=(init: (SetupContext) ⇒ Unit): AkkaJacksonModule.this.type
    Attributes
    protected
    Definition Classes
    JacksonModule
  9. def ->[B](y: B): (AkkaJacksonModule, B)
    Implicit
    This member is added by an implicit conversion from AkkaJacksonModule to ArrowAssoc[AkkaJacksonModule] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  10. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def addSerializer(clazz: Class[_], serializer: () ⇒ JsonSerializer[_], deserializer: () ⇒ JsonDeserializer[_]): AkkaJacksonModule.this.type
    Definition Classes
    JacksonModule
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  14. def ensuring(cond: (AkkaJacksonModule) ⇒ Boolean, msg: ⇒ Any): AkkaJacksonModule
    Implicit
    This member is added by an implicit conversion from AkkaJacksonModule to Ensuring[AkkaJacksonModule] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (AkkaJacksonModule) ⇒ Boolean): AkkaJacksonModule
    Implicit
    This member is added by an implicit conversion from AkkaJacksonModule to Ensuring[AkkaJacksonModule] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): AkkaJacksonModule
    Implicit
    This member is added by an implicit conversion from AkkaJacksonModule to Ensuring[AkkaJacksonModule] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): AkkaJacksonModule
    Implicit
    This member is added by an implicit conversion from AkkaJacksonModule to Ensuring[AkkaJacksonModule] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from AkkaJacksonModule to StringFormat[AkkaJacksonModule] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def getDependencies(): Iterable[_ <: Module]
    Definition Classes
    Module
  23. def getModuleName(): String
    Definition Classes
    AkkaJacksonModule → Module
  24. def getTypeId(): AnyRef
    Definition Classes
    Module
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def setupModule(context: SetupContext): Unit
    Definition Classes
    JacksonModule → Module
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def version(): com.fasterxml.jackson.core.Version
    Definition Classes
    JacksonModule → Module → Versioned
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def [B](y: B): (AkkaJacksonModule, B)
    Implicit
    This member is added by an implicit conversion from AkkaJacksonModule to ArrowAssoc[AkkaJacksonModule] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from FiniteDurationModule

Inherited from AddressModule

Inherited from ActorRefModule

Inherited from JacksonModule

Inherited from Module

Inherited from Versioned

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from AkkaJacksonModule to any2stringadd[AkkaJacksonModule]

Inherited by implicit conversion StringFormat from AkkaJacksonModule to StringFormat[AkkaJacksonModule]

Inherited by implicit conversion Ensuring from AkkaJacksonModule to Ensuring[AkkaJacksonModule]

Inherited by implicit conversion ArrowAssoc from AkkaJacksonModule to ArrowAssoc[AkkaJacksonModule]

Ungrouped