package json
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- json
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type EncodeInput = (Any, Schema, Option[String])
- type EncodeOutput = Validated[NonEmptyList[String], Json]
- trait ToJsonSchemaBasedEncoderCustomisation extends AnyRef
- type WithError[T] = Validated[NonEmptyList[String], T]
Value Members
- object JsonSchemaImplicits
- object JsonSchemaUtils