Class

com.github.andyglow.jsonschema

AsDraft04

Related Doc: package jsonschema

Permalink

class AsDraft04 extends AsValue with AsDraftSupport

Linear Supertypes
AsDraftSupport, AsValue, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsDraft04
  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 AsDraft04(v: Draft04)

    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 AsDraft04 to any2stringadd[AsDraft04] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AsDraft04, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from AsDraft04 to ArrowAssoc[AsDraft04] 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[_], includeType: 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 clone(): AnyRef

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def formatted(fmtstr: String): String

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  25. def mkAllOf(pp: Option[ValidationDef[_, _]], x: allof[_]): obj

    Permalink
    Definition Classes
    AsDraftSupport
  26. def mkArr(pp: Option[ValidationDef[_, _]], comp: Schema[_]): obj

    Permalink
    Definition Classes
    AsDraftSupport
  27. def mkEnum(pp: Option[ValidationDef[_, _]], x: enum[_]): obj

    Permalink
    Definition Classes
    AsDraftSupport
  28. def mkNot(pp: Option[ValidationDef[_, _]], x: not[_]): obj

    Permalink
    Definition Classes
    AsDraftSupport
  29. def mkObj(pp: Option[ValidationDef[_, _]], x: object[_]): obj

    Permalink
    Definition Classes
    AsDraftSupport
  30. def mkOneOf(pp: Option[ValidationDef[_, _]], x: oneof[_]): obj

    Permalink
    Definition Classes
    AsDraftSupport
  31. def mkRef(pp: Option[ValidationDef[_, _]], x: ref[_]): obj

    Permalink
    Definition Classes
    AsDraftSupport
  32. def mkSet(pp: Option[ValidationDef[_, _]], comp: Schema[_]): obj

    Permalink
    Definition Classes
    AsDraftSupport
  33. def mkStr(pp: Option[ValidationDef[_, _]], x: string[_]): obj

    Permalink
    Definition Classes
    AsDraftSupport
  34. def mkStrMap(pp: Option[ValidationDef[_, _]], comp: Schema[_]): obj

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

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

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

    Permalink
    Definition Classes
    AnyRef
  38. def schema(x: Schema[_]): obj

    Permalink
    Definition Classes
    AsDraft04AsValue
  39. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  41. val v: Draft04

    Permalink
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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. def [B](y: B): (AsDraft04, B)

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

Inherited from AsDraftSupport

Inherited from AsValue

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped