harness.schema.RawSchema$
See theRawSchema companion trait
object RawSchema
Attributes
Members list
Type members
Classlikes
final case class JWT[A](tag: HTag[A], codec: StringCodec[A], jsonSchema: JsonSchema[_]) extends RawSchema[A]
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Implicits
Implicits
implicit def encodedStringSchema[A](using evidence$7: StringEncoder[A], evidence$8: StringDecoder[A], evidence$9: Tag[A]): RawSchema[A]
implicit def enumSchema[E <: Enum[LazyRef(...)]](using evidence$10: Tag[E], evidence$11: ClassTag[E], ewe: WithEnc[E, String]): RawSchema[E]
In this article