object StructEncoderDecoder extends Encoder[Struct] with Decoder[Struct]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StructEncoderDecoder
  2. Decoder
  3. Encoder
  4. Serializable
  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. def apply(c: HCursor): Result[Struct]
    Definition Classes
    StructEncoderDecoder → Decoder
  5. def apply(s: Struct): Json
    Definition Classes
    StructEncoderDecoder → Encoder
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. final def at(field: String): Decoder[Struct]
    Definition Classes
    Decoder
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. final def contramap[B](f: (B) => Struct): Encoder[B]
    Definition Classes
    Encoder
  10. def decodeAccumulating(c: HCursor): AccumulatingResult[Struct]
    Definition Classes
    Decoder
  11. final def decodeJson(j: Json): Result[Struct]
    Definition Classes
    Decoder
  12. final def either[B](decodeB: Decoder[B]): Decoder[Either[Struct, B]]
    Definition Classes
    Decoder
  13. final def emap[B](f: (Struct) => Either[String, B]): Decoder[B]
    Definition Classes
    Decoder
  14. final def emapTry[B](f: (Struct) => Try[B]): Decoder[B]
    Definition Classes
    Decoder
  15. final def ensure(errors: (Struct) => List[String]): Decoder[Struct]
    Definition Classes
    Decoder
  16. final def ensure(pred: (Struct) => Boolean, message: => String): Decoder[Struct]
    Definition Classes
    Decoder
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. final def flatMap[B](f: (Struct) => Decoder[B]): Decoder[B]
    Definition Classes
    Decoder
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def handleErrorWith(f: (DecodingFailure) => Decoder[Struct]): Decoder[Struct]
    Definition Classes
    Decoder
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def kleisli: Kleisli[Result, HCursor, Struct]
    Definition Classes
    Decoder
  25. final def map[B](f: (Struct) => B): Decoder[B]
    Definition Classes
    Decoder
  26. final def mapJson(f: (Json) => Json): Encoder[Struct]
    Definition Classes
    Encoder
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def or[AA >: Struct](d: => Decoder[AA]): Decoder[AA]
    Definition Classes
    Decoder
  31. final def prepare(f: (ACursor) => ACursor): Decoder[Struct]
    Definition Classes
    Decoder
  32. final def product[B](fb: Decoder[B]): Decoder[(Struct, B)]
    Definition Classes
    Decoder
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def tryDecode(c: ACursor): Result[Struct]
    Definition Classes
    Decoder
  36. def tryDecodeAccumulating(c: ACursor): AccumulatingResult[Struct]
    Definition Classes
    Decoder
  37. final def validate(pred: (HCursor) => Boolean, message: => String): Decoder[Struct]
    Definition Classes
    Decoder
  38. final def validate(errors: (HCursor) => List[String]): Decoder[Struct]
    Definition Classes
    Decoder
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def withErrorMessage(message: String): Decoder[Struct]
    Definition Classes
    Decoder
  43. object StructFolder extends Folder[Kind]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from Decoder[Struct]

Inherited from Encoder[Struct]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped