EnumerationSchema

final case class EnumerationSchema[E](shapeId: ShapeId, hints: Hints, values: List[EnumValue[E]], total: E => EnumValue[E]) extends Schema[E]
trait Serializable
trait Product
trait Equals
trait Schema[E]
class Object
trait Matchable
class Any

Value members

Inherited methods

final def addHints(hints: Hints): Schema[E]
Inherited from:
Schema
final def addHints(hints: Hint*): Schema[E]
Inherited from:
Schema
final def compile[F[_]](schematic: Schematic[F]): F[E]
Inherited from:
Schema
final def compile[F[_]](fk: PolyFunction[Schema, F]): F[E]
Inherited from:
Schema
final def oneOf[Union]: PartiallyAppliedOneOf[Union, E]
Inherited from:
Schema
final def optional[Struct]: PartiallyAppliedOptional[Struct, E]
Inherited from:
Schema
Inherited from:
Product
final def required[Struct]: PartiallyAppliedRequired[Struct, E]
Inherited from:
Schema
Inherited from:
Schema
Inherited from:
Schema
final def validated[C](implicit constraint: Simple[C, E]): Schema[E]
Inherited from:
Schema
final def withId(namespace: String, name: String): Schema[E]
Inherited from:
Schema
final def withId(newId: ShapeId): Schema[E]
Inherited from:
Schema