given_Encoder_StdClaims

given given_Encoder_StdClaims: Encoder[StdClaims]

Value members

Concrete methods

def apply(c: StdClaims): Json

Inherited methods

final
def contramap[B](f: B => StdClaims): 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.

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

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.

Inherited from
Encoder