LowPriority1

oxygen.schema.PlainTextSchemaLowPriority.LowPriority1
trait LowPriority1

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def enum[A : StrictEnum]: PlainTextSchema[A]

Givens

Givens

given enumWithOther[A](using e: EnumWithOther[A]): PlainTextSchema[A]
given jwt[A](using payloadSchema: JsonSchema[A], typeTag: TypeTag[JWT[A]]): PlainTextSchema[JWT[A]]
given strictEnum[A](using e: StrictEnum[A]): PlainTextSchema[A]