Package

endpoints.play.server

circe

Permalink

package circe

Visibility
  1. Public
  2. All

Type Members

  1. trait JsonEntities extends Endpoints with algebra.JsonEntities

    Permalink

    Interpreter for algebra.JsonEntities that uses circe’s io.circe.Decoder to decode JSON entities in HTTP requests, and circe’s io.circe.Encoder to build JSON entities in HTTP responses.

  2. trait JsonEntitiesFromCodec extends server.JsonEntitiesFromCodec with algebra.circe.JsonEntitiesFromCodec

    Permalink

    Convenient trait that groups together endpoints.play.server.JsonEntitiesFromCodec and endpoints.algebra.circe.JsonEntitiesFromCodec.

  3. trait JsonSchemaEntities extends Endpoints with algebra.JsonSchemaEntities with JsonSchemas

    Permalink

    Interpreter for algebra.JsonEntities that uses circe’s io.circe.Decoder to decode JSON entities in HTTP requests, and circe’s io.circe.Encoder to build JSON entities in HTTP responses.

Value Members

  1. object Util

    Permalink

Ungrouped