JsonNum
harness.schema.JsonSchema$.JsonNum
final case class JsonNum[A](tag: HTag[A], codec: JsonCodec[A]) extends JsonSchema[A]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait JsonSchema[A]trait Schema[A]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
override def tiemap[B](to: A => Either[String, B], from: B => A)(using evidence$3: Tag[B]): JsonSchema[B]
Attributes
- Definition Classes
-
JsonSchema -> Schema
- Inherited from:
- JsonSchema
Attributes
- Definition Classes
-
JsonSchema -> Schema
- Inherited from:
- JsonSchema
In this article