object StructEncoderDecoder extends Encoder[Struct] with Decoder[Struct]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StructEncoderDecoder
- Decoder
- Encoder
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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(c: HCursor): Result[Struct]
- Definition Classes
- StructEncoderDecoder → Decoder
- def apply(s: Struct): Json
- Definition Classes
- StructEncoderDecoder → Encoder
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def at(field: String): Decoder[Struct]
- Definition Classes
- Decoder
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def contramap[B](f: (B) => Struct): Encoder[B]
- Definition Classes
- Encoder
- def decodeAccumulating(c: HCursor): AccumulatingResult[Struct]
- Definition Classes
- Decoder
- final def decodeJson(j: Json): Result[Struct]
- Definition Classes
- Decoder
- final def either[B](decodeB: Decoder[B]): Decoder[Either[Struct, B]]
- Definition Classes
- Decoder
- final def emap[B](f: (Struct) => Either[String, B]): Decoder[B]
- Definition Classes
- Decoder
- final def emapTry[B](f: (Struct) => Try[B]): Decoder[B]
- Definition Classes
- Decoder
- final def ensure(errors: (Struct) => List[String]): Decoder[Struct]
- Definition Classes
- Decoder
- final def ensure(pred: (Struct) => Boolean, message: => String): Decoder[Struct]
- Definition Classes
- Decoder
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def flatMap[B](f: (Struct) => Decoder[B]): Decoder[B]
- Definition Classes
- Decoder
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def handleErrorWith(f: (DecodingFailure) => Decoder[Struct]): Decoder[Struct]
- Definition Classes
- Decoder
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def kleisli: Kleisli[Result, HCursor, Struct]
- Definition Classes
- Decoder
- final def map[B](f: (Struct) => B): Decoder[B]
- Definition Classes
- Decoder
- final def mapJson(f: (Json) => Json): Encoder[Struct]
- Definition Classes
- Encoder
- 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()
- final def or[AA >: Struct](d: => Decoder[AA]): Decoder[AA]
- Definition Classes
- Decoder
- final def prepare(f: (ACursor) => ACursor): Decoder[Struct]
- Definition Classes
- Decoder
- final def product[B](fb: Decoder[B]): Decoder[(Struct, B)]
- Definition Classes
- Decoder
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tryDecode(c: ACursor): Result[Struct]
- Definition Classes
- Decoder
- def tryDecodeAccumulating(c: ACursor): AccumulatingResult[Struct]
- Definition Classes
- Decoder
- final def validate(pred: (HCursor) => Boolean, message: => String): Decoder[Struct]
- Definition Classes
- Decoder
- final def validate(errors: (HCursor) => List[String]): Decoder[Struct]
- Definition Classes
- Decoder
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def withErrorMessage(message: String): Decoder[Struct]
- Definition Classes
- Decoder
- object StructFolder extends Folder[Kind]