trait D4SCodec[A] extends D4SAttributeCodec[A] with D4SEncoder[A]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. D4SCodec
  2. D4SEncoder
  3. D4SAttributeCodec
  4. D4SDecoder
  5. D4SAttributeEncoder
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def decode(attr: AttributeValue): Either[DecoderException, A]
    Definition Classes
    D4SDecoder
  2. abstract def decodeObject(item: Map[String, AttributeValue]): Either[DecoderException, A]
    Definition Classes
    D4SDecoder
  3. abstract def encodeObject(item: A): Map[String, AttributeValue]
    Definition Classes
    D4SEncoder

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def appendFields[Item](f: (A, Map[String, AttributeValue]) ⇒ Item)(implicit arg0: D4SEncoder[Item]): D4SCodec[A]
    Definition Classes
    D4SCodecD4SEncoder
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. final def contramap[B](f: (B) ⇒ A): D4SEncoder[B]
    Definition Classes
    D4SEncoderD4SAttributeEncoder
  8. final def contramap2[B, C](another: D4SEncoder[B])(f: (C) ⇒ (A, B)): D4SEncoder[C]
    Definition Classes
    D4SEncoder
  9. final def decodeObject(item: Map[String, AttributeValue]): Either[DecoderException, A]
    Definition Classes
    D4SDecoder
  10. final def encode(item: A): AttributeValue
    Definition Classes
    D4SEncoderD4SAttributeEncoder
  11. final def encodeObjectJava(item: A): Map[String, AttributeValue]
    Definition Classes
    D4SEncoder
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. final def flatMap[T1](f: (A) ⇒ D4SDecoder[T1]): D4SDecoder[T1]
    Definition Classes
    D4SDecoder
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def imap[B](decode: (A) ⇒ B)(encode: (B) ⇒ A): D4SCodec[B]
    Definition Classes
    D4SCodecD4SAttributeCodec
  18. final def imap2[B]: Imap2PartiallyApplied[A, B]
  19. final def imap2[B, C](anotherEnc: D4SEncoder[B], anotherDec: D4SDecoder[B])(decode: (A, B) ⇒ C)(encode: (C) ⇒ (A, B)): D4SCodec[C]
  20. final def imap2[B, C](another: D4SCodec[B])(decode: (A, B) ⇒ C)(encode: (C) ⇒ (A, B)): D4SCodec[C]
  21. final def imapObject(decode: (Map[String, AttributeValue]) ⇒ Map[String, AttributeValue])(encode: (Map[String, AttributeValue]) ⇒ Map[String, AttributeValue]): D4SCodec[A]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def map[T1](f: (A) ⇒ T1): D4SDecoder[T1]
    Definition Classes
    D4SDecoder
  24. final def map2[T1, A](another: D4SDecoder[T1])(f: (A, T1) ⇒ A): D4SDecoder[A]
    Definition Classes
    D4SDecoder
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def postprocessAttributeEncoder(f: (AttributeValue) ⇒ AttributeValue): D4SAttributeEncoder[A]
    Definition Classes
    D4SAttributeEncoder
  29. final def postprocessObjectEncoder(f: (Map[String, AttributeValue]) ⇒ Map[String, AttributeValue]): D4SEncoder[A]
    Definition Classes
    D4SEncoder
  30. final def preprocessAttributeDecoder(f: (AttributeValue) ⇒ AttributeValue): D4SDecoder[A]
    Definition Classes
    D4SDecoder
  31. def preprocessObjectDecoder(f: (Map[String, AttributeValue]) ⇒ Map[String, AttributeValue]): D4SDecoder[A]
    Definition Classes
    D4SDecoder
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  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( ... )

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 D4SEncoder[A]

Inherited from D4SAttributeCodec[A]

Inherited from D4SDecoder[A]

Inherited from D4SAttributeEncoder[A]

Inherited from AnyRef

Inherited from Any

Ungrouped