Class

com.github.andyglow.jsonschema

SchemaOps

Related Doc: package jsonschema

Permalink

implicit final class SchemaOps[T] extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SchemaOps
  2. AnyVal
  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. All

Instance Constructors

  1. new SchemaOps(x: Schema[T])

    Permalink

Value Members

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def draft04: String

    Permalink
  8. def draft06(id: String): String

    Permalink
  9. def draft07(id: String): String

    Permalink
  10. def ensuring(cond: (SchemaOps[T]) ⇒ Boolean, msg: ⇒ Any): SchemaOps[T]

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from SchemaOps[T] to Ensuring[SchemaOps[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def formatted(fmtstr: String): String

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

    Permalink
    Definition Classes
    AnyVal → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def stringify[V <: Version](v: V)(implicit arg0: AsValueBuilder[V]): String

    Permalink
  18. def stringify: String

    Permalink
  19. def toString(): String

    Permalink
    Definition Classes
    Any
  20. def [B](y: B): (SchemaOps[T], B)

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

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion any2stringadd from SchemaOps[T] to any2stringadd[SchemaOps[T]]

Inherited by implicit conversion StringFormat from SchemaOps[T] to StringFormat[SchemaOps[T]]

Inherited by implicit conversion Ensuring from SchemaOps[T] to Ensuring[SchemaOps[T]]

Inherited by implicit conversion ArrowAssoc from SchemaOps[T] to ArrowAssoc[SchemaOps[T]]

Ungrouped