Trait

akka.persistence.gdpr.jackson

DataSubjectIdModule

Related Doc: package jackson

Permalink

trait DataSubjectIdModule extends Module with DataSubjectIdSerializerModule with DataSubjectIdDeserializerModule

Adds support for serializing and deserializing akka.persistence.gdpr.WithDataSubjectId.

Linear Supertypes
DataSubjectIdDeserializerModule, DataSubjectIdSerializerModule, JacksonModule, Module, Versioned, AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DataSubjectIdModule
  2. DataSubjectIdDeserializerModule
  3. DataSubjectIdSerializerModule
  4. JacksonModule
  5. Module
  6. Versioned
  7. AnyRef
  8. 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

Abstract Value Members

  1. abstract def getModuleName(): String

    Permalink
    Definition Classes
    Module

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from DataSubjectIdModule to any2stringadd[DataSubjectIdModule] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def +=(beanSerMod: BeanSerializerModifier): DataSubjectIdModule.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    JacksonModule
  5. def +=(typeMod: TypeModifier): DataSubjectIdModule.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    JacksonModule
  6. def +=(deser: Deserializers): DataSubjectIdModule.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    JacksonModule
  7. def +=(ser: Serializers): DataSubjectIdModule.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    JacksonModule
  8. def +=(init: (SetupContext) ⇒ Unit): DataSubjectIdModule.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    JacksonModule
  9. def ->[B](y: B): (DataSubjectIdModule, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from DataSubjectIdModule to ArrowAssoc[DataSubjectIdModule] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  10. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def ensuring(cond: (DataSubjectIdModule) ⇒ Boolean, msg: ⇒ Any): DataSubjectIdModule

    Permalink
    Implicit information
    This member is added by an implicit conversion from DataSubjectIdModule to Ensuring[DataSubjectIdModule] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (DataSubjectIdModule) ⇒ Boolean): DataSubjectIdModule

    Permalink
    Implicit information
    This member is added by an implicit conversion from DataSubjectIdModule to Ensuring[DataSubjectIdModule] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): DataSubjectIdModule

    Permalink
    Implicit information
    This member is added by an implicit conversion from DataSubjectIdModule to Ensuring[DataSubjectIdModule] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): DataSubjectIdModule

    Permalink
    Implicit information
    This member is added by an implicit conversion from DataSubjectIdModule to Ensuring[DataSubjectIdModule] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from DataSubjectIdModule to StringFormat[DataSubjectIdModule] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getTypeId(): AnyRef

    Permalink
    Definition Classes
    Module
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. def setupModule(context: SetupContext): Unit

    Permalink
    Definition Classes
    JacksonModule → Module
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. def version(): com.fasterxml.jackson.core.Version

    Permalink
    Definition Classes
    JacksonModule → Module → Versioned
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def [B](y: B): (DataSubjectIdModule, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from DataSubjectIdModule to ArrowAssoc[DataSubjectIdModule] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from DataSubjectIdDeserializerModule

Inherited from DataSubjectIdSerializerModule

Inherited from JacksonModule

Inherited from Module

Inherited from Versioned

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped