object ScynamoDecoder extends DefaultScynamoDecoderInstances

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScynamoDecoder
  2. DefaultScynamoDecoderInstances
  3. ScynamoIterableDecoder
  4. LowestPrioAutoDecoder
  5. ScynamoDecoderFunctions
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 instance: ScynamoDecoder[A]): ScynamoDecoder[A]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. implicit val attributeValueDecoder: ScynamoDecoder[AttributeValue]
  7. implicit final def autoDerivedScynamoDecoder[A](implicit arg0: AutoDerivationUnlocked[A], genericDecoder: Lazy[GenericScynamoDecoder[A]]): ObjectScynamoDecoder[A]
    Definition Classes
    LowestPrioAutoDecoder
  8. implicit val bigDecimalDecoder: ScynamoDecoder[BigDecimal]
  9. implicit val bigIntDecoder: ScynamoDecoder[BigInt]
  10. implicit val booleanDecoder: ScynamoDecoder[Boolean]
  11. implicit val catsInstances: Monad[ScynamoDecoder] with SemigroupK[ScynamoDecoder]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. def const[A](value: A): ScynamoDecoder[A]
  14. def convert[A, B](s: A, to: String = "(unknown)")(convertor: (A) => B): EitherNec[ScynamoDecodeError, B]
    Definition Classes
    ScynamoDecoderFunctions
  15. implicit val doubleDecoder: ScynamoDecoder[Double]
  16. implicit val durationDecoder: ScynamoDecoder[Duration]
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. implicit def fieldDecoder[K, V](implicit V: Lazy[ScynamoDecoder[V]]): ScynamoDecoder[FieldType[K, V]]
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. implicit val finiteDurationDecoder: ScynamoDecoder[FiniteDuration]
  22. implicit val floatDecoder: ScynamoDecoder[Float]
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. implicit val instantDecoder: ScynamoDecoder[Instant]
  26. implicit val instantTtlDecoder: ScynamoDecoder[@@[Instant, TimeToLive]]
  27. implicit val intDecoder: ScynamoDecoder[Int]
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def iterableDecoder[A, C[_] <: Iterable[A], X](implicit arg0: ScynamoDecoder[A], factory: Factory[A, C[A]]): ScynamoDecoder[C[A]]
    Definition Classes
    ScynamoIterableDecoder
  30. implicit def listDecoder[A](implicit arg0: ScynamoDecoder[A]): ScynamoDecoder[List[A]]
  31. implicit val longDecoder: ScynamoDecoder[Long]
  32. implicit def mapDecoder[A, B](implicit keyDecoder: ScynamoKeyDecoder[A], valueDecoder: ScynamoDecoder[B]): ScynamoDecoder[Map[A, B]]
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. implicit def optionDecoder[A](implicit arg0: ScynamoDecoder[A]): ScynamoDecoder[Option[A]]
  37. implicit def seqDecoder[A](implicit arg0: ScynamoDecoder[A]): ScynamoDecoder[Seq[A]]
  38. implicit def setDecoder[A](implicit arg0: ScynamoDecoder[A]): ScynamoDecoder[Set[A]]
  39. implicit val stringDecoder: ScynamoDecoder[String]
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. implicit val uuidDecoder: ScynamoDecoder[UUID]
  43. implicit def vectorDecoder[A](implicit arg0: ScynamoDecoder[A]): ScynamoDecoder[Vector[A]]
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from ScynamoIterableDecoder

Inherited from LowestPrioAutoDecoder

Inherited from AnyRef

Inherited from Any

Ungrouped