trait D4SAttributeCodec[A] extends D4SAttributeEncoder[A] with D4SDecoder[A]

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. D4SAttributeCodec
  2. D4SDecoder
  3. D4SAttributeEncoder
  4. AnyRef
  5. 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 encode(item: A): AttributeValue
    Definition Classes
    D4SAttributeEncoder

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 asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. def contramap[T1](f: (T1) ⇒ A): D4SAttributeEncoder[T1]
    Definition Classes
    D4SAttributeEncoder
  7. final def decodeObject(item: Map[String, AttributeValue]): Either[DecoderException, A]
    Definition Classes
    D4SDecoder
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. final def flatMap[T1](f: (A) ⇒ D4SDecoder[T1]): D4SDecoder[T1]
    Definition Classes
    D4SDecoder
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def imap[B](decode: (A) ⇒ B)(encode: (B) ⇒ A): D4SAttributeCodec[B]
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def map[T1](f: (A) ⇒ T1): D4SDecoder[T1]
    Definition Classes
    D4SDecoder
  16. final def map2[T1, A](another: D4SDecoder[T1])(f: (A, T1) ⇒ A): D4SDecoder[A]
    Definition Classes
    D4SDecoder
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def postprocessAttributeEncoder(f: (AttributeValue) ⇒ AttributeValue): D4SAttributeEncoder[A]
    Definition Classes
    D4SAttributeEncoder
  21. final def preprocessAttributeDecoder(f: (AttributeValue) ⇒ AttributeValue): D4SDecoder[A]
    Definition Classes
    D4SDecoder
  22. def preprocessObjectDecoder(f: (Map[String, AttributeValue]) ⇒ Map[String, AttributeValue]): D4SDecoder[A]
    Definition Classes
    D4SDecoder
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  27. 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 D4SDecoder[A]

Inherited from D4SAttributeEncoder[A]

Inherited from AnyRef

Inherited from Any

Ungrouped