Package

com.github.kondaurovdev.json_schema.valTypes

variants

Permalink

package variants

Visibility
  1. Public
  2. All

Type Members

  1. case class AnyVal() extends iValType with Product with Serializable

    Permalink
  2. case class ArrVal(valType: iValType) extends iValType with Product with Serializable

    Permalink
  3. case class BoolVal() extends iValType with Product with Serializable

    Permalink
  4. case class ConstVal(value: JsValue) extends iValType with Product with Serializable

    Permalink
  5. case class EnumVal(valType: iValType, items: List[JsValue]) extends iValType with Product with Serializable

    Permalink
  6. case class StrVal() extends iValType with Product with Serializable

    Permalink

Value Members

  1. object AnyVal extends iEmptyTaskBuilder[AnyVal] with Serializable

    Permalink
  2. object ArrVal extends iTaskBuilder[ArrVal] with Serializable

    Permalink
  3. object BoolVal extends iEmptyTaskBuilder[BoolVal] with Serializable

    Permalink
  4. object ConstVal extends iTaskBuilder[ConstVal] with Serializable

    Permalink
  5. object EnumVal extends iTaskBuilder[EnumVal] with Serializable

    Permalink
  6. object StrVal extends iEmptyTaskBuilder[StrVal] with Serializable

    Permalink
  7. package number

    Permalink
  8. package obj

    Permalink
  9. package time

    Permalink

Ungrouped