Packages

package circe

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait FromJson[S[_]] extends Serializable
    Annotations
    @implicitNotFound("Could not find an instance of FromJson for ${S}")
  2. trait ToFilter[S[_]] extends Serializable

    Allows to filter Json via specific schema

    Allows to filter Json via specific schema

    Annotations
    @implicitNotFound("Could not find an instance of ToFilter for ${S}")
  3. trait ToJson[S[_]] extends Serializable
    Annotations
    @implicitNotFound("Could not find an instance of ToJson for ${S}")

Value Members

  1. object FromJson extends Serializable
  2. object ToFilter extends Serializable
  3. object ToJson extends Serializable

Ungrouped