Packages

c

akka.serialization.jackson.internal

AkkaJacksonSerializationFeature

final class AkkaJacksonSerializationFeature extends Feature

Provides auto-registration of user classes marked with the built in marker types.

INTERNAL API

Annotations
@InternalApi()
Source
AkkaJacksonSerializationFeature.scala
Linear Supertypes
Feature, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AkkaJacksonSerializationFeature
  2. Feature
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AkkaJacksonSerializationFeature()

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 AkkaJacksonSerializationFeature toany2stringadd[AkkaJacksonSerializationFeature] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AkkaJacksonSerializationFeature, B)
    Implicit
    This member is added by an implicit conversion from AkkaJacksonSerializationFeature toArrowAssoc[AkkaJacksonSerializationFeature] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def afterAnalysis(access: AfterAnalysisAccess): Unit
    Definition Classes
    Feature
  7. def afterCompilation(access: AfterCompilationAccess): Unit
    Definition Classes
    Feature
  8. def afterHeapLayout(access: AfterHeapLayoutAccess): Unit
    Definition Classes
    Feature
  9. def afterImageWrite(access: AfterImageWriteAccess): Unit
    Definition Classes
    Feature
  10. def afterRegistration(access: AfterRegistrationAccess): Unit
    Definition Classes
    Feature
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def beforeAnalysis(access: BeforeAnalysisAccess): Unit
    Definition Classes
    AkkaJacksonSerializationFeature → Feature
  13. def beforeCompilation(access: BeforeCompilationAccess): Unit
    Definition Classes
    Feature
  14. def beforeHeapLayout(access: BeforeHeapLayoutAccess): Unit
    Definition Classes
    Feature
  15. def beforeImageWrite(access: BeforeImageWriteAccess): Unit
    Definition Classes
    Feature
  16. def beforeUniverseBuilding(access: BeforeUniverseBuildingAccess): Unit
    Definition Classes
    Feature
  17. def cleanup(): Unit
    Definition Classes
    Feature
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  19. def duringAnalysis(access: DuringAnalysisAccess): Unit
    Definition Classes
    Feature
  20. def duringSetup(access: DuringSetupAccess): Unit
    Definition Classes
    Feature
  21. def ensuring(cond: (AkkaJacksonSerializationFeature) => Boolean, msg: => Any): AkkaJacksonSerializationFeature
    Implicit
    This member is added by an implicit conversion from AkkaJacksonSerializationFeature toEnsuring[AkkaJacksonSerializationFeature] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: (AkkaJacksonSerializationFeature) => Boolean): AkkaJacksonSerializationFeature
    Implicit
    This member is added by an implicit conversion from AkkaJacksonSerializationFeature toEnsuring[AkkaJacksonSerializationFeature] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean, msg: => Any): AkkaJacksonSerializationFeature
    Implicit
    This member is added by an implicit conversion from AkkaJacksonSerializationFeature toEnsuring[AkkaJacksonSerializationFeature] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean): AkkaJacksonSerializationFeature
    Implicit
    This member is added by an implicit conversion from AkkaJacksonSerializationFeature toEnsuring[AkkaJacksonSerializationFeature] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  28. def getDescription(): String
    Definition Classes
    Feature
  29. def getRequiredFeatures(): List[Class[_ <: Feature]]
    Definition Classes
    Feature
  30. def getURL(): String
    Definition Classes
    Feature
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  32. def isInConfiguration(access: IsInConfigurationAccess): Boolean
    Definition Classes
    Feature
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  37. def onAnalysisExit(access: OnAnalysisExitAccess): Unit
    Definition Classes
    Feature
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

    (Since version 9)

  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from AkkaJacksonSerializationFeature toStringFormat[AkkaJacksonSerializationFeature] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  3. def [B](y: B): (AkkaJacksonSerializationFeature, B)
    Implicit
    This member is added by an implicit conversion from AkkaJacksonSerializationFeature toArrowAssoc[AkkaJacksonSerializationFeature] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Feature

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromAkkaJacksonSerializationFeature to any2stringadd[AkkaJacksonSerializationFeature]

Inherited by implicit conversion StringFormat fromAkkaJacksonSerializationFeature to StringFormat[AkkaJacksonSerializationFeature]

Inherited by implicit conversion Ensuring fromAkkaJacksonSerializationFeature to Ensuring[AkkaJacksonSerializationFeature]

Inherited by implicit conversion ArrowAssoc fromAkkaJacksonSerializationFeature to ArrowAssoc[AkkaJacksonSerializationFeature]

Ungrouped