object D4SDecoder extends D4SDecoderScala213

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. D4SDecoder
  2. D4SDecoderScala213
  3. AnyRef
  4. 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. def apply[A](implicit ev: D4SDecoder[A]): ev.type
    Annotations
    @inline()
  5. implicit val arrayBytesDecoder: D4SDecoder[Array[Byte]]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def attributeDecoder[T](attributeDecoder: (AttributeValue) ⇒ Either[DecoderException, T]): D4SDecoder[T]
  8. implicit val attributeDecoder: D4SDecoder[AttributeValue]
  9. implicit val binarySetDecoder: D4SDecoder[Set[Array[Byte]]]
  10. implicit val binarySetSdkBytesDecoder: D4SDecoder[Set[SdkBytes]]
  11. implicit val boolDecoder: D4SDecoder[Boolean]
  12. implicit val byteDecoder: D4SDecoder[Byte]
  13. implicit val byteSetDecoder: D4SDecoder[Set[Byte]]
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  15. def combine[T](ctx: CaseClass[D4SDecoder, T]): D4SDecoder[T]
  16. def decode[A](attr: AttributeValue)(implicit arg0: D4SDecoder[A]): Either[DecoderException, A]
  17. def decodeField[A](key: String, item: Map[String, AttributeValue])(implicit arg0: D4SDecoder[A]): Either[DecoderException, A]
  18. def decodeObject[A](item: Map[String, AttributeValue])(implicit arg0: D4SDecoder[A]): Either[DecoderException, A]
  19. def decodeObject[A](item: Map[String, AttributeValue])(implicit arg0: D4SDecoder[A]): Either[DecoderException, A]
  20. macro def derived[A]: D4SDecoder[A]
  21. def dispatch[T](ctx: SealedTrait[D4SDecoder, T]): D4SDecoder[T]
  22. implicit val doubleDecoder: D4SDecoder[Double]
  23. implicit val doubleSetDecoder: D4SDecoder[Set[Double]]
  24. implicit def eitherDecoder[A, B](implicit arg0: D4SDecoder[A], arg1: D4SDecoder[B]): D4SDecoder[Either[A, B]]
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  27. implicit val floatDecoder: D4SDecoder[Float]
  28. implicit val floatSetDecoder: D4SDecoder[Set[Float]]
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. implicit val intDecoder: D4SDecoder[Int]
  32. implicit val intSetDecoder: D4SDecoder[Set[Int]]
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. implicit def iterableDecoder[A, C[x] <: Iterable[x]](implicit T: D4SDecoder[A], factory: scala.collection.compat.Factory[A, C[A]]): D4SDecoder[C[A]]
  35. implicit val longDecoder: D4SDecoder[Long]
  36. implicit val longSetDecoder: D4SDecoder[Set[Long]]
  37. implicit def mapLikeDecoder[K, V, M[k, v] <: Map[k, v]](implicit V: D4SDecoder[V], K: D4SKeyDecoder[K], factory: scala.collection.compat.Factory[(K, V), M[K, V]]): D4SDecoder[M[K, V]]
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. def numberSetDecoder[N](name: String)(f: (String) ⇒ N): D4SDecoder[Set[N]]
  42. def objectDecoder[T](objectDecoder: (Map[String, AttributeValue]) ⇒ Either[DecoderException, T]): D4SDecoder[T]
  43. implicit def optionDecoder[A](implicit T: D4SDecoder[A]): D4SDecoder[Option[A]]
  44. implicit val sdkBytesDecoder: D4SDecoder[SdkBytes]
  45. implicit val shortDecoder: D4SDecoder[Short]
  46. implicit val shortSetDecoder: D4SDecoder[Set[Short]]
  47. implicit val stringDecoder: D4SDecoder[String]
  48. implicit val stringSetDecoder: D4SDecoder[Set[String]]
  49. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  50. def toString(): String
    Definition Classes
    AnyRef → Any
  51. def tryDecoder[A](name: String)(f: (AttributeValue) ⇒ A): D4SDecoder[A]
  52. implicit val unitDecoder: D4SDecoder[Unit]
  53. implicit val uuidDecoder: D4SDecoder[UUID]
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  56. 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 D4SDecoderScala213

Inherited from AnyRef

Inherited from Any

Ungrouped