JsonObj
harness.schema.JsonSchema$.JsonObj
sealed trait JsonObj[A] extends JsonSchema[A]
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
class ProductJsonObj[A]class SumJsonObj[A]
Members list
Value members
Inherited methods
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