object D4SDecoder extends D4SDecoderScala213
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- D4SDecoder
- D4SDecoderScala213
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply[A](implicit ev: D4SDecoder[A]): ev.type
- Annotations
- @inline()
- implicit val arrayBytesDecoder: D4SDecoder[Array[Byte]]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def attributeDecoder[T](attributeDecoder: (AttributeValue) ⇒ Either[DecoderException, T]): D4SDecoder[T]
- implicit val attributeDecoder: D4SDecoder[AttributeValue]
- implicit val binarySetDecoder: D4SDecoder[Set[Array[Byte]]]
- implicit val binarySetSdkBytesDecoder: D4SDecoder[Set[SdkBytes]]
- implicit val boolDecoder: D4SDecoder[Boolean]
- implicit val byteDecoder: D4SDecoder[Byte]
- implicit val byteSetDecoder: D4SDecoder[Set[Byte]]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def combine[T](ctx: CaseClass[D4SDecoder, T]): D4SDecoder[T]
- def decode[A](attr: AttributeValue)(implicit arg0: D4SDecoder[A]): Either[DecoderException, A]
- def decodeField[A](key: String, item: Map[String, AttributeValue])(implicit arg0: D4SDecoder[A]): Either[DecoderException, A]
- def decodeObject[A](item: Map[String, AttributeValue])(implicit arg0: D4SDecoder[A]): Either[DecoderException, A]
- def decodeObject[A](item: Map[String, AttributeValue])(implicit arg0: D4SDecoder[A]): Either[DecoderException, A]
- macro def derived[A]: D4SDecoder[A]
- def dispatch[T](ctx: SealedTrait[D4SDecoder, T]): D4SDecoder[T]
- implicit val doubleDecoder: D4SDecoder[Double]
- implicit val doubleSetDecoder: D4SDecoder[Set[Double]]
- implicit def eitherDecoder[A, B](implicit arg0: D4SDecoder[A], arg1: D4SDecoder[B]): D4SDecoder[Either[A, B]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit val floatDecoder: D4SDecoder[Float]
- implicit val floatSetDecoder: D4SDecoder[Set[Float]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit val intDecoder: D4SDecoder[Int]
- implicit val intSetDecoder: D4SDecoder[Set[Int]]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def iterableDecoder[A, C[x] <: Iterable[x]](implicit T: D4SDecoder[A], factory: scala.collection.compat.Factory[A, C[A]]): D4SDecoder[C[A]]
- implicit val longDecoder: D4SDecoder[Long]
- implicit val longSetDecoder: D4SDecoder[Set[Long]]
- 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]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def numberSetDecoder[N](name: String)(f: (String) ⇒ N): D4SDecoder[Set[N]]
- def objectDecoder[T](objectDecoder: (Map[String, AttributeValue]) ⇒ Either[DecoderException, T]): D4SDecoder[T]
- implicit def optionDecoder[A](implicit T: D4SDecoder[A]): D4SDecoder[Option[A]]
- implicit val sdkBytesDecoder: D4SDecoder[SdkBytes]
- implicit val shortDecoder: D4SDecoder[Short]
- implicit val shortSetDecoder: D4SDecoder[Set[Short]]
- implicit val stringDecoder: D4SDecoder[String]
- implicit val stringSetDecoder: D4SDecoder[Set[String]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def tryDecoder[A](name: String)(f: (AttributeValue) ⇒ A): D4SDecoder[A]
- implicit val unitDecoder: D4SDecoder[Unit]
- implicit val uuidDecoder: D4SDecoder[UUID]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated