class AkkaStreamJacksonModule extends Module with JacksonModule with StreamRefModule
Ordering
- Alphabetic
- By Inheritance
Inherited
- AkkaStreamJacksonModule
- StreamRefModule
- JacksonModule
- Module
- Versioned
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AkkaStreamJacksonModule()
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 AkkaStreamJacksonModule to any2stringadd[AkkaStreamJacksonModule] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
+=(beanSerMod: BeanSerializerModifier): AkkaStreamJacksonModule.this.type
- Attributes
- protected
- Definition Classes
- JacksonModule
-
def
+=(typeMod: TypeModifier): AkkaStreamJacksonModule.this.type
- Attributes
- protected
- Definition Classes
- JacksonModule
-
def
+=(deser: Deserializers): AkkaStreamJacksonModule.this.type
- Attributes
- protected
- Definition Classes
- JacksonModule
-
def
+=(ser: com.fasterxml.jackson.databind.ser.Serializers): AkkaStreamJacksonModule.this.type
- Attributes
- protected
- Definition Classes
- JacksonModule
-
def
+=(init: (SetupContext) ⇒ Unit): AkkaStreamJacksonModule.this.type
- Attributes
- protected
- Definition Classes
- JacksonModule
-
def
->[B](y: B): (AkkaStreamJacksonModule, B)
- Implicit
- This member is added by an implicit conversion from AkkaStreamJacksonModule to ArrowAssoc[AkkaStreamJacksonModule] 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[_]): AkkaStreamJacksonModule.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: (AkkaStreamJacksonModule) ⇒ Boolean, msg: ⇒ Any): AkkaStreamJacksonModule
- Implicit
- This member is added by an implicit conversion from AkkaStreamJacksonModule to Ensuring[AkkaStreamJacksonModule] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (AkkaStreamJacksonModule) ⇒ Boolean): AkkaStreamJacksonModule
- Implicit
- This member is added by an implicit conversion from AkkaStreamJacksonModule to Ensuring[AkkaStreamJacksonModule] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): AkkaStreamJacksonModule
- Implicit
- This member is added by an implicit conversion from AkkaStreamJacksonModule to Ensuring[AkkaStreamJacksonModule] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): AkkaStreamJacksonModule
- Implicit
- This member is added by an implicit conversion from AkkaStreamJacksonModule to Ensuring[AkkaStreamJacksonModule] 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 AkkaStreamJacksonModule to StringFormat[AkkaStreamJacksonModule] 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
- AkkaStreamJacksonModule → 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): (AkkaStreamJacksonModule, B)
- Implicit
- This member is added by an implicit conversion from AkkaStreamJacksonModule to ArrowAssoc[AkkaStreamJacksonModule] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc