Package

io.circe

spray

Permalink

package spray

Visibility
  1. Public
  2. All

Type Members

  1. trait ErrorAccumulatingUnmarshaller extends AnyRef

    Permalink
  2. trait FailFastUnmarshaller extends AnyRef

    Permalink
  3. trait JsonSupport extends AnyRef

    Permalink
  4. trait NoSpacesPrinter extends AnyRef

    Permalink
  5. case class RootDecoder[A](underlying: Decoder[A]) extends Product with Serializable

    Permalink

    A type class that wraps a decoder that will only accept root JSON values (i.e., either JSON objects or arrays).

    A type class that wraps a decoder that will only accept root JSON values (i.e., either JSON objects or arrays).

    Because the core circe module does not provide subtypes of Decoder that provide this guarantee, we approximate it by creating instances for types that have both Decoder and RootEncoder instances, or that only have a Decoder instance (and no Encoder).

Value Members

  1. object ErrorAccumulatingJsonSupport extends JsonSupport with NoSpacesPrinter with ErrorAccumulatingUnmarshaller

    Permalink
  2. object JsonSupport extends JsonSupport with NoSpacesPrinter with FailFastUnmarshaller

    Permalink
  3. object RootDecoder extends LowPriorityRootDecoders with Serializable

    Permalink

Ungrouped