object Decoder extends Serializable

Contains the implicit decoders for different types. Custom decoders are derived from this base set.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Decoder
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. implicit val DateTimeDecode: Decoder[DateTime]
  5. implicit val DynamoStringDecode: Decoder[dynamodb.DynamoString]
  6. implicit val InstantDecode: Decoder[Instant]
  7. implicit val IntDecode: Decoder[Int]
  8. implicit val LongDecode: Decoder[Long]
  9. implicit val NonEmptyBytesDecode: Decoder[NonEmptyBytes]
  10. implicit def OptionDecode[A](implicit d: Decoder[A]): Decoder[Option[A]]
  11. implicit val StringDecode: Decoder[String]
  12. implicit def TaggedTypeDecode[A, B](implicit arg0: Decoder[A]): Decoder[@@[A, B]]
  13. implicit val UUIDDecode: Decoder[UUID]
  14. def apply[A](implicit arg0: Decoder[A]): Decoder[A]
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. implicit def decodeJsonDecoder[A](implicit arg0: DecodeJson[A]): Decoder[A]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def mandatoryField[A](typ: Type)(label: String)(f: (AttributeValue) ⇒ A): Decoder[A]
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. implicit object DecodeAttributeValueFunctor extends Functor[Decoder]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped