t

scynamo

DefaultScynamoDecoderInstances

trait DefaultScynamoDecoderInstances extends ScynamoDecoderFunctions with ScynamoIterableDecoder

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