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
Known Subclasses
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- AkkaJacksonModule
- FiniteDurationModule
- AddressModule
- ActorRefModule
- JacksonModule
- Module
- Versioned
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AkkaJacksonModule()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
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
-
def
+=(beanSerMod: BeanSerializerModifier): AkkaJacksonModule.this.type
- Attributes
- protected
- Definition Classes
- JacksonModule
-
def
+=(typeMod: TypeModifier): AkkaJacksonModule.this.type
- Attributes
- protected
- Definition Classes
- JacksonModule
-
def
+=(deser: Deserializers): AkkaJacksonModule.this.type
- Attributes
- protected
- Definition Classes
- JacksonModule
-
def
+=(ser: com.fasterxml.jackson.databind.ser.Serializers): AkkaJacksonModule.this.type
- Attributes
- protected
- Definition Classes
- JacksonModule
-
def
+=(init: (SetupContext) ⇒ Unit): AkkaJacksonModule.this.type
- Attributes
- protected
- Definition Classes
- JacksonModule
-
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()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addSerializer(clazz: Class[_], serializer: () ⇒ JsonSerializer[_], deserializer: () ⇒ JsonDeserializer[_]): AkkaJacksonModule.this.type
- Definition Classes
- JacksonModule
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
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
-
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
-
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
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getDependencies(): Iterable[_ <: Module]
- Definition Classes
- Module
-
def
getModuleName(): String
- Definition Classes
- AkkaJacksonModule → Module
-
def
getTypeId(): AnyRef
- Definition Classes
- Module
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
setupModule(context: SetupContext): Unit
- Definition Classes
- JacksonModule → Module
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
version(): com.fasterxml.jackson.core.Version
- Definition Classes
- JacksonModule → Module → Versioned
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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