Packages

trait AsDraftSupport extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsDraftSupport
  2. AnyRef
  3. 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

Type Members

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

Abstract Value Members

  1. abstract def mkStr(vl: ValidationList, x: string[_], par: ParentSchema): obj

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

Deprecated Value Members

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

Inherited from Any

Inherited by implicit conversion any2stringadd fromAsDraftSupport to any2stringadd[AsDraftSupport]

Inherited by implicit conversion StringFormat fromAsDraftSupport to StringFormat[AsDraftSupport]

Inherited by implicit conversion Ensuring fromAsDraftSupport to Ensuring[AsDraftSupport]

Inherited by implicit conversion ArrowAssoc fromAsDraftSupport to ArrowAssoc[AsDraftSupport]

Ungrouped