Packages

class AsDraft12 extends AsValue with AsDraftSupport with Post09

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsDraft12
  2. Post09
  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 AsDraft12(v: Draft12)

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 AsDraft12 toany2stringadd[AsDraft12] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AsDraft12, B)
    Implicit
    This member is added by an implicit conversion from AsDraft12 toArrowAssoc[AsDraft12] 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
    AsDraft12AsDraftSupport
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  11. def ensuring(cond: (AsDraft12) => Boolean, msg: => Any): AsDraft12
    Implicit
    This member is added by an implicit conversion from AsDraft12 toEnsuring[AsDraft12] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (AsDraft12) => Boolean): AsDraft12
    Implicit
    This member is added by an implicit conversion from AsDraft12 toEnsuring[AsDraft12] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: => Any): AsDraft12
    Implicit
    This member is added by an implicit conversion from AsDraft12 toEnsuring[AsDraft12] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): AsDraft12
    Implicit
    This member is added by an implicit conversion from AsDraft12 toEnsuring[AsDraft12] 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. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. def inferDefinition(x: def[_], par: ParentSchema): (String, obj)
    Definition Classes
    AsDraft12AsDraftSupport
  20. def inferDefinitions(x: Schema[_]): obj
    Definition Classes
    AsDraftSupport
  21. val inferSpecifics: PartialFunction[(ValidationList, Schema[_], ParentSchema, Boolean), obj]
    Definition Classes
    AsDraftSupport
  22. def inferValidations(x: Schema[_]): ValidationList
    Definition Classes
    AsDraftSupport
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def mkAllOf(vl: ValidationList, x: allof[_], isRoot: Boolean, par: ParentSchema): obj
    Definition Classes
    AsDraftSupport
  25. def mkArr(vl: ValidationList, comp: Schema[_], unique: Boolean, par: ParentSchema): obj
    Definition Classes
    AsDraftSupport
  26. def mkConst(vl: ValidationList, x: const[_], par: ParentSchema): obj
    Definition Classes
    AsDraftSupport
  27. def mkDef(vl: ValidationList, x: def[_], par: ParentSchema): obj
    Definition Classes
    AsDraftSupport
  28. def mkDict(vl: ValidationList, comp: Schema[_], par: ParentSchema): obj
    Definition Classes
    AsDraftSupport
  29. def mkEnum(vl: ValidationList, x: enum[_], par: ParentSchema): obj
    Definition Classes
    AsDraftSupport
  30. def mkNot(vl: ValidationList, x: not[_], par: ParentSchema): obj
    Definition Classes
    AsDraftSupport
  31. def mkObj(vl: ValidationList, x: object[_], par: ParentSchema): obj
    Definition Classes
    AsDraftSupport
  32. def mkOneOf(vl: ValidationList, x: oneof[_], isRoot: Boolean, par: ParentSchema): obj
    Definition Classes
    AsDraftSupport
  33. def mkRef(vl: ValidationList, x: ref[_], par: ParentSchema): obj
    Definition Classes
    AsDraftSupport
  34. def mkStr(vl: ValidationList, x: string[_], par: ParentSchema): obj
    Definition Classes
    Post09
  35. def mkValueClass(vl: ValidationList, x: value-class[_, _], par: ParentSchema): obj
    Definition Classes
    AsDraftSupport
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  39. def schema(x: Schema[_]): obj
    Definition Classes
    AsDraft12AsValue
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. val v: Draft12
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated
  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from AsDraft12 toStringFormat[AsDraft12] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  3. def [B](y: B): (AsDraft12, B)
    Implicit
    This member is added by an implicit conversion from AsDraft12 toArrowAssoc[AsDraft12] 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 Post09

Inherited from AsDraftSupport

Inherited from AsValue

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromAsDraft12 to any2stringadd[AsDraft12]

Inherited by implicit conversion StringFormat fromAsDraft12 to StringFormat[AsDraft12]

Inherited by implicit conversion Ensuring fromAsDraft12 to Ensuring[AsDraft12]

Inherited by implicit conversion ArrowAssoc fromAsDraft12 to ArrowAssoc[AsDraft12]

Ungrouped