Packages

trait CirceInstances extends JawnInstances

Source
CirceInstances.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CirceInstances
  2. JawnInstances
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class MessageSyntax[F[_]] extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from CirceInstances to any2stringadd[CirceInstances] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (CirceInstances, B)
    Implicit
    This member is added by an implicit conversion from CirceInstances to ArrowAssoc[CirceInstances] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def accumulatingJsonOf[F[_], A](implicit arg0: Sync[F], decoder: Decoder[A]): EntityDecoder[F, A]

    An EntityDecoder that uses circe's accumulating decoder for decoding the JSON.

    An EntityDecoder that uses circe's accumulating decoder for decoding the JSON.

    In case of a failure, returns an InvalidMessageBodyFailure with the cause containing a DecodingFailures exception, from which the errors can be extracted.

  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def circeParseExceptionMessage: (ParsingFailure) ⇒ DecodeFailure
    Attributes
    protected
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. implicit val decodeUri: Decoder[Uri]
  11. def defaultPrinter: Printer
    Attributes
    protected
  12. implicit val encodeUri: Encoder[Uri]
  13. def ensuring(cond: (CirceInstances) ⇒ Boolean, msg: ⇒ Any): CirceInstances
    Implicit
    This member is added by an implicit conversion from CirceInstances to Ensuring[CirceInstances] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (CirceInstances) ⇒ Boolean): CirceInstances
    Implicit
    This member is added by an implicit conversion from CirceInstances to Ensuring[CirceInstances] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): CirceInstances
    Implicit
    This member is added by an implicit conversion from CirceInstances to Ensuring[CirceInstances] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): CirceInstances
    Implicit
    This member is added by an implicit conversion from CirceInstances to Ensuring[CirceInstances] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from CirceInstances to StringFormat[CirceInstances] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def jawnDecoder[F[_], J](implicit arg0: Sync[F], arg1: RawFacade[J]): EntityDecoder[F, J]
    Definition Classes
    JawnInstances
  25. def jawnEmptyBodyMessage: DecodeFailure
    Attributes
    protected
    Definition Classes
    JawnInstances
  26. def jawnParseExceptionMessage: (ParseException) ⇒ DecodeFailure
    Attributes
    protected
    Definition Classes
    JawnInstances
  27. def jsonDecodeError: (Json, NonEmptyList[DecodingFailure]) ⇒ DecodeFailure
    Attributes
    protected
  28. implicit def jsonDecoder[F[_]](implicit arg0: Sync[F]): EntityDecoder[F, Json]
  29. def jsonDecoderAdaptive[F[_]](cutoff: Long, r1: MediaRange, rs: MediaRange*)(implicit arg0: Sync[F]): EntityDecoder[F, Json]
  30. def jsonDecoderByteBuffer[F[_]](implicit arg0: Sync[F]): EntityDecoder[F, Json]
  31. def jsonDecoderIncremental[F[_]](implicit arg0: Sync[F]): EntityDecoder[F, Json]
  32. implicit def jsonEncoder[F[_]](implicit arg0: Applicative[F]): EntityEncoder[F, Json]
  33. def jsonEncoderOf[F[_], A](implicit arg0: Applicative[F], encoder: Encoder[A]): EntityEncoder[F, A]
  34. def jsonEncoderWithPrinter[F[_]](printer: Printer)(implicit arg0: Applicative[F]): EntityEncoder[F, Json]
  35. def jsonEncoderWithPrinterOf[F[_], A](printer: Printer)(implicit arg0: Applicative[F], encoder: Encoder[A]): EntityEncoder[F, A]
  36. def jsonOf[F[_], A](implicit arg0: Sync[F], decoder: Decoder[A]): EntityDecoder[F, A]
  37. def jsonOfWithMedia[F[_], A](r1: MediaRange, rs: MediaRange*)(implicit arg0: Sync[F], decoder: Decoder[A]): EntityDecoder[F, A]
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  46. def [B](y: B): (CirceInstances, B)
    Implicit
    This member is added by an implicit conversion from CirceInstances to ArrowAssoc[CirceInstances] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from JawnInstances

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from CirceInstances to any2stringadd[CirceInstances]

Inherited by implicit conversion StringFormat from CirceInstances to StringFormat[CirceInstances]

Inherited by implicit conversion Ensuring from CirceInstances to Ensuring[CirceInstances]

Inherited by implicit conversion ArrowAssoc from CirceInstances to ArrowAssoc[CirceInstances]

Ungrouped