Packages

object EnumTransformer

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EnumTransformer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val EnumRatio: Int
  2. val MaxValues: Int
  3. def getFromOther(schema: JsonSchema[_], maybeOtherSchema: Option[JsonSchema[_]], path: String): Seq[JsonSchema[_]]
  4. def transformSchema(schema: JsonSchema[_], otherSchema: Option[JsonSchema[_]] = None)(implicit p: JsonoidParams): JsonSchema[_]