Packages

implicit object Format extends Encoder[TypeNode] with Decoder[TypeNode]

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

Deprecated Value Members

  1. final def accumulating(c: HCursor): AccumulatingResult[TypeNode]
    Definition Classes
    Decoder
    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use decodeAccumulating

Inherited from Decoder[TypeNode]

Inherited from Encoder[TypeNode]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped