Packages

class AsDraft06 extends AsValue with AsDraftSupport

Linear Supertypes
AsDraftSupport, AsValue, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsDraft06
  2. AsDraftSupport
  3. AsValue
  4. AnyRef
  5. 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 AsDraft06(v: Draft06)

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 AsDraft06 toany2stringadd[AsDraft06] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AsDraft06, B)
    Implicit
    This member is added by an implicit conversion from AsDraft06 toArrowAssoc[AsDraft06] 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
    AsDraft06AsDraftSupport
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. def ensuring(cond: (AsDraft06) => Boolean, msg: => Any): AsDraft06
    Implicit
    This member is added by an implicit conversion from AsDraft06 toEnsuring[AsDraft06] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (AsDraft06) => Boolean): AsDraft06
    Implicit
    This member is added by an implicit conversion from AsDraft06 toEnsuring[AsDraft06] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: => Any): AsDraft06
    Implicit
    This member is added by an implicit conversion from AsDraft06 toEnsuring[AsDraft06] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): AsDraft06
    Implicit
    This member is added by an implicit conversion from AsDraft06 toEnsuring[AsDraft06] 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 formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from AsDraft06 toStringFormat[AsDraft06] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def inferDefinition(x: def[_]): (String, obj)
    Definition Classes
    AsDraft06AsDraftSupport
  21. def inferDefinitions(x: Schema[_]): obj
    Definition Classes
    AsDraftSupport
  22. val inferSpecifics: PartialFunction[(Option[Def[_, _]], Schema[_], ParentSchema, Boolean), obj]
    Definition Classes
    AsDraftSupport
  23. def inferValidations(x: Schema[_]): (obj, Option[Def[_, _]])
    Definition Classes
    AsDraftSupport
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def mkAllOf(vv: Option[Def[_, _]], x: allof[_], isRoot: Boolean, par: ParentSchema): obj
    Definition Classes
    AsDraftSupport
  26. def mkArr(vv: Option[Def[_, _]], comp: Schema[_], unique: Boolean, par: ParentSchema): obj
    Definition Classes
    AsDraftSupport
  27. def mkDict(vv: Option[Def[_, _]], comp: Schema[_], par: ParentSchema): obj
    Definition Classes
    AsDraftSupport
  28. def mkEnum(vv: Option[Def[_, _]], x: enum[_], par: ParentSchema): obj
    Definition Classes
    AsDraftSupport
  29. def mkLazyRef(vv: Option[Def[_, _]], x: ref[_], par: ParentSchema): obj
    Definition Classes
    AsDraftSupport
  30. def mkNot(vv: Option[Def[_, _]], x: not[_], par: ParentSchema): obj
    Definition Classes
    AsDraftSupport
  31. def mkObj(vv: Option[Def[_, _]], x: object[_], par: ParentSchema): obj
    Definition Classes
    AsDraftSupport
  32. def mkOneOf(vv: Option[Def[_, _]], x: oneof[_], isRoot: Boolean, par: ParentSchema): obj
    Definition Classes
    AsDraftSupport
  33. def mkRef(vv: Option[Def[_, _]], x: def[_], par: ParentSchema): obj
    Definition Classes
    AsDraftSupport
  34. def mkStr(vv: Option[Def[_, _]], x: string[_], par: ParentSchema): obj
    Definition Classes
    AsDraftSupport
  35. def mkValueClass(vv: Option[Def[_, _]], 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() @HotSpotIntrinsicCandidate()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. def schema(x: Schema[_]): obj
    Definition Classes
    AsDraft06AsValue
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. val v: Draft06
  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]) @native()
  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
  2. def [B](y: B): (AsDraft06, B)
    Implicit
    This member is added by an implicit conversion from AsDraft06 toArrowAssoc[AsDraft06] 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 AsDraftSupport

Inherited from AsValue

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromAsDraft06 to any2stringadd[AsDraft06]

Inherited by implicit conversion StringFormat fromAsDraft06 to StringFormat[AsDraft06]

Inherited by implicit conversion Ensuring fromAsDraft06 to Ensuring[AsDraft06]

Inherited by implicit conversion ArrowAssoc fromAsDraft06 to ArrowAssoc[AsDraft06]

Ungrouped