Package

io.circe.derivation

annotations

Permalink

package annotations

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Configuration extends AnyRef

    Permalink

    Configuration allowing customisation of the JSON produced when encoding, or expected when decoding.

    Configuration allowing customisation of the JSON produced when encoding, or expected when decoding. Can be passed to the JsonCodec annotation to allow customisation of derivation.

    The configuration also determines if either *both* encoder and decoder are derived - or if only one of them will be.

  2. macro class JsonCodec extends Annotation with StaticAnnotation

    Permalink
    Annotations
    @compileTimeOnly( ... )

Value Members

  1. object Configuration

    Permalink

Ungrouped