CirceInstances

trait CirceInstances extends JawnInstances
Companion
object
trait JawnInstances
class Object
trait Matchable
class Any

Value members

Concrete methods

def accumulatingJsonOf[F[_], A](implicit F: Concurrent[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.

def jsonDecoderAdaptive[F[_]](cutoff: Long, r1: MediaRange, rs: MediaRange*)(implicit evidence$5: Concurrent[F]): EntityDecoder[F, Json]
def jsonDecoderByteBuffer[F[_]](implicit evidence$2: Concurrent[F]): EntityDecoder[F, Json]
def jsonDecoderIncremental[F[_]](implicit evidence$1: Concurrent[F]): EntityDecoder[F, Json]
def jsonEncoderOf[F[_], A](implicit evidence$10: Encoder[A]): EntityEncoder[F, A]
def jsonEncoderWithPrinter[F[_]](printer: Printer): EntityEncoder[F, Json]
def jsonEncoderWithPrinterOf[F[_], A](printer: Printer)(implicit encoder: Encoder[A]): EntityEncoder[F, A]
def jsonOf[F[_], A](implicit evidence$6: Concurrent[F], evidence$7: Decoder[A]): EntityDecoder[F, A]
def jsonOfSensitive[F[_], A](redact: Json => String)(implicit evidence$8: Concurrent[F], evidence$9: Decoder[A]): EntityDecoder[F, A]
def jsonOfWithMedia[F[_], A](r1: MediaRange, rs: MediaRange*)(implicit F: Concurrent[F], decoder: Decoder[A]): EntityDecoder[F, A]
def jsonOfWithSensitiveMedia[F[_], A](redact: Json => String, r1: MediaRange, rs: MediaRange*)(implicit F: Concurrent[F], decoder: Decoder[A]): EntityDecoder[F, A]
def streamJsonArrayEncoderOf[F[_], A](implicit evidence$12: Encoder[A]): EntityEncoder[F, Stream[F, A]]
def streamJsonArrayEncoderWithPrinter[F[_]](printer: Printer): EntityEncoder[F, Stream[F, Json]]

An EntityEncoder for a fs2.Stream of JSONs, which will encode it as a single JSON array.

An EntityEncoder for a fs2.Stream of JSONs, which will encode it as a single JSON array.

def streamJsonArrayEncoderWithPrinterOf[F[_], A](printer: Printer)(implicit encoder: Encoder[A]): EntityEncoder[F, Stream[F, A]]

An EntityEncoder for a fs2.Stream of values, which will encode it as a single JSON array.

An EntityEncoder for a fs2.Stream of values, which will encode it as a single JSON array.

Inherited methods

def jawnDecoder[F[_], J](implicit evidence$1: Concurrent[F], evidence$2: Facade[J]): EntityDecoder[F, J]
Inherited from
JawnInstances

Implicits

Implicits

implicit val decodeUri: Decoder[Uri]
implicit val encodeUri: Encoder[Uri]
implicit def jsonDecoder[F[_]](implicit evidence$4: Concurrent[F]): EntityDecoder[F, Json]
implicit def jsonEncoder[F[_]]: EntityEncoder[F, Json]
implicit def streamJsonArrayDecoder[F[_]](implicit evidence$11: Concurrent[F]): EntityDecoder[F, Stream[F, Json]]
implicit def streamJsonArrayEncoder[F[_]]: EntityEncoder[F, Stream[F, Json]]
final implicit def toMessageSyntax[F[_]](req: Message[F]): MessageSyntax[F]