ToJson

soidc.jwt.codec.ToJson
See theToJson companion object
trait ToJson[A]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ToJson[A]

Members list

Value members

Abstract methods

def toJson(value: A): JsonValue

Concrete methods

def contramap[B](f: B => A): ToJson[B]