Packages

class AsDraft04 extends AsValue with AsDraftSupport with Pre09

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsDraft04
  2. Pre09
  3. AsDraftSupport
  4. AsValue
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AsDraft04(v: Draft04)

Type Members

  1. type ParentSchema = Option[Schema[_]]
    Definition Classes
    AsDraftSupport
  2. class ValidationList extends AnyRef
    Definition Classes
    AsDraftSupport

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from AsDraft04 toany2stringadd[AsDraft04] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AsDraft04, B)
    Implicit
    This member is added by an implicit conversion from AsDraft04 toArrowAssoc[AsDraft04] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def apply(x: Schema[_], parent: ParentSchema, includeType: Boolean, isRoot: Boolean): obj
    Definition Classes
    AsDraftSupport
  7. def apply(x: Schema[_]): obj
    Definition Classes
    AsDraftSupport
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def buildRef(ref: String): String
    Definition Classes
    AsDraftSupport
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def ensuring(cond: (AsDraft04) => Boolean, msg: => Any): AsDraft04
    Implicit
    This member is added by an implicit conversion from AsDraft04 toEnsuring[AsDraft04] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (AsDraft04) => Boolean): AsDraft04
    Implicit
    This member is added by an implicit conversion from AsDraft04 toEnsuring[AsDraft04] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: => Any): AsDraft04
    Implicit
    This member is added by an implicit conversion from AsDraft04 toEnsuring[AsDraft04] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): AsDraft04
    Implicit
    This member is added by an implicit conversion from AsDraft04 toEnsuring[AsDraft04] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from AsDraft04 toStringFormat[AsDraft04] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def inferDefinition(x: def[_], par: ParentSchema): (String, obj)
    Definition Classes
    AsDraftSupport
  22. def inferDefinitions(x: Schema[_]): obj
    Definition Classes
    AsDraftSupport
  23. val inferSpecifics: PartialFunction[(ValidationList, Schema[_], ParentSchema, Boolean), obj]
    Definition Classes
    AsDraftSupport
  24. def inferValidations(x: Schema[_]): ValidationList
    Definition Classes
    AsDraftSupport
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def mkAllOf(vl: ValidationList, x: allof[_], isRoot: Boolean, par: ParentSchema): obj
    Definition Classes
    AsDraftSupport
  27. def mkArr(vl: ValidationList, comp: Schema[_], unique: Boolean, par: ParentSchema): obj
    Definition Classes
    AsDraftSupport
  28. def mkDef(vl: ValidationList, x: def[_], par: ParentSchema): obj
    Definition Classes
    AsDraftSupport
  29. def mkDict(vl: ValidationList, comp: Schema[_], par: ParentSchema): obj
    Definition Classes
    AsDraftSupport
  30. def mkEnum(vl: ValidationList, x: enum[_], par: ParentSchema): obj
    Definition Classes
    AsDraftSupport
  31. def mkNot(vl: ValidationList, x: not[_], par: ParentSchema): obj
    Definition Classes
    AsDraftSupport
  32. def mkObj(vl: ValidationList, x: object[_], par: ParentSchema): obj
    Definition Classes
    AsDraftSupport
  33. def mkOneOf(vl: ValidationList, x: oneof[_], isRoot: Boolean, par: ParentSchema): obj
    Definition Classes
    AsDraftSupport
  34. def mkRef(vl: ValidationList, x: ref[_], par: ParentSchema): obj
    Definition Classes
    AsDraftSupport
  35. def mkStr(vl: ValidationList, x: string[_], par: ParentSchema): obj

    Adds format attribute if Format is defined and it defines formats known prior to 2012-09.

    Adds format attribute if Format is defined and it defines formats known prior to 2012-09. In case it's uuid and pattern validation is not defined manually, it will add pattern attribute.

    Definition Classes
    Pre09
  36. def mkValueClass(vl: ValidationList, x: value-class[_, _], par: ParentSchema): obj
    Definition Classes
    AsDraftSupport
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. def schema(x: Schema[_]): obj
    Definition Classes
    AsDraft04AsValue
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. val v: Draft04
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def [B](y: B): (AsDraft04, B)
    Implicit
    This member is added by an implicit conversion from AsDraft04 toArrowAssoc[AsDraft04] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Pre09

Inherited from AsDraftSupport

Inherited from AsValue

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromAsDraft04 to any2stringadd[AsDraft04]

Inherited by implicit conversion StringFormat fromAsDraft04 to StringFormat[AsDraft04]

Inherited by implicit conversion Ensuring fromAsDraft04 to Ensuring[AsDraft04]

Inherited by implicit conversion ArrowAssoc fromAsDraft04 to ArrowAssoc[AsDraft04]

Ungrouped