instances

oxygen.schema.instances
object instances

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
instances.type

Members list

Type members

Classlikes

object throwable

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
throwable.type

Givens

Givens

given jsonCodecFromSchema[A](using schema: JsonSchema[A]): JsonCodec[A]
given standardJWTPayloadSchema[A : JsonSchema](using evidence$1: JsonSchema[A], typeTag: TypeTag[StandardPayload[A]]): JsonSchema[StandardPayload[A]]
given stringCodecFromSchema[A](using schema: PlainTextSchema[A]): StringCodec[A]
given throwableReprSchema: JsonSchema[ThrowableRepr]
given typeTagSchema: JsonSchema[TypeTag[_]]