Class

com.github.andyglow.jsonschema

AsDraft06

Related Doc: package jsonschema

Permalink

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. All

Instance Constructors

  1. new AsDraft06(v: Draft06)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from AsDraft06 to any2stringadd[AsDraft06] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AsDraft06, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from AsDraft06 to ArrowAssoc[AsDraft06] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def apply(x: Schema[_], parent: ParentSchema, includeType: Boolean, isRoot: Boolean): obj

    Permalink
    Definition Classes
    AsDraftSupport
  7. def apply(x: Schema[_]): obj

    Permalink
    Definition Classes
    AsDraftSupport
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def buildRef(ref: String): String

    Permalink
    Definition Classes
    AsDraft06AsDraftSupport
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  11. def ensuring(cond: (AsDraft06) ⇒ Boolean, msg: ⇒ Any): AsDraft06

    Permalink
    Implicit information
    This member is added by an implicit conversion from AsDraft06 to Ensuring[AsDraft06] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (AsDraft06) ⇒ Boolean): AsDraft06

    Permalink
    Implicit information
    This member is added by an implicit conversion from AsDraft06 to Ensuring[AsDraft06] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): AsDraft06

    Permalink
    Implicit information
    This member is added by an implicit conversion from AsDraft06 to Ensuring[AsDraft06] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): AsDraft06

    Permalink
    Implicit information
    This member is added by an implicit conversion from AsDraft06 to Ensuring[AsDraft06] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from AsDraft06 to StringFormat[AsDraft06] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  20. def inferDefinition(x: def[_]): (String, obj)

    Permalink
    Definition Classes
    AsDraft06AsDraftSupport
  21. def inferDefinitions(x: Schema[_]): obj

    Permalink
    Definition Classes
    AsDraftSupport
  22. val inferSpecifics: PartialFunction[(Option[Def[_, _]], Schema[_], ParentSchema, Boolean), obj]

    Permalink
    Definition Classes
    AsDraftSupport
  23. def inferValidations(x: Schema[_]): (obj, Option[Def[_, _]])

    Permalink
    Definition Classes
    AsDraftSupport
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def mkAllOf(vv: Option[Def[_, _]], x: allof[_], isRoot: Boolean, par: ParentSchema): obj

    Permalink
    Definition Classes
    AsDraftSupport
  26. def mkArr(vv: Option[Def[_, _]], comp: Schema[_], unique: Boolean, par: ParentSchema): obj

    Permalink
    Definition Classes
    AsDraftSupport
  27. def mkDict(vv: Option[Def[_, _]], comp: Schema[_], par: ParentSchema): obj

    Permalink
    Definition Classes
    AsDraftSupport
  28. def mkEnum(vv: Option[Def[_, _]], x: enum[_], par: ParentSchema): obj

    Permalink
    Definition Classes
    AsDraftSupport
  29. def mkLazyRef(vv: Option[Def[_, _]], x: ref[_], par: ParentSchema): obj

    Permalink
    Definition Classes
    AsDraftSupport
  30. def mkNot(vv: Option[Def[_, _]], x: not[_], par: ParentSchema): obj

    Permalink
    Definition Classes
    AsDraftSupport
  31. def mkObj(vv: Option[Def[_, _]], x: object[_], par: ParentSchema): obj

    Permalink
    Definition Classes
    AsDraftSupport
  32. def mkOneOf(vv: Option[Def[_, _]], x: oneof[_], isRoot: Boolean, par: ParentSchema): obj

    Permalink
    Definition Classes
    AsDraftSupport
  33. def mkRef(vv: Option[Def[_, _]], x: def[_], par: ParentSchema): obj

    Permalink
    Definition Classes
    AsDraftSupport
  34. def mkStr(vv: Option[Def[_, _]], x: string[_], par: ParentSchema): obj

    Permalink
    Definition Classes
    AsDraftSupport
  35. def mkValueClass(vv: Option[Def[_, _]], x: value-class[_, _], par: ParentSchema): obj

    Permalink
    Definition Classes
    AsDraftSupport
  36. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  37. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  38. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  39. def schema(x: Schema[_]): obj

    Permalink
    Definition Classes
    AsDraft06AsValue
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. val v: Draft06

    Permalink
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def [B](y: B): (AsDraft06, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from AsDraft06 to ArrowAssoc[AsDraft06] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AsDraftSupport

Inherited from AsValue

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from AsDraft06 to any2stringadd[AsDraft06]

Inherited by implicit conversion StringFormat from AsDraft06 to StringFormat[AsDraft06]

Inherited by implicit conversion Ensuring from AsDraft06 to Ensuring[AsDraft06]

Inherited by implicit conversion ArrowAssoc from AsDraft06 to ArrowAssoc[AsDraft06]

Ungrouped