JsonPureTaggedAdtEncoderWithConfig

org.latestbit.circe.adt.codec.impl.JsonPureTaggedAdtEncoderWithConfig
See theJsonPureTaggedAdtEncoderWithConfig companion object

Attributes

Companion
object
Graph
Supertypes
trait Encoder[T]
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def apply(a: T): Json

Convert a value to JSON.

Convert a value to JSON.

Attributes

Inherited from:
Encoder
final def contramap[B](f: B => T): Encoder[B]

Create a new Encoder by applying a function to a value of type B before encoding as an A.

Create a new Encoder by applying a function to a value of type B before encoding as an A.

Attributes

Inherited from:
Encoder
final def mapJson(f: Json => Json): Encoder[A]

Create a new Encoder by applying a function to the output of this one.

Create a new Encoder by applying a function to the output of this one.

Attributes

Inherited from:
Encoder