Packages

object string extends string[String]

Linear Supertypes
string[String], Serializable, Product, Equals, Schema[String], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. string
  2. string
  3. Serializable
  4. Product
  5. Equals
  6. Schema
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Format extends Product
  2. type Self = string[String]
    Definition Classes
    stringSchema

Value Members

  1. object ToString
    Attributes
    protected
    Definition Classes
    Schema
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##: Int
    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def apply[T](format: Format): string[T]
  6. def apply[T]: string[T]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def canEqual(that: Any): Boolean
    Definition Classes
    string → Equals → Schema
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. def description: Option[String]
    Definition Classes
    Schema
  11. def duplicate(description: Option[String] = this._description, title: Option[String] = this._title): Self
    Definition Classes
    Schema
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(obj: Any): Boolean
    Definition Classes
    string → Equals → Schema → AnyRef → Any
  14. val format: Option[Format]
    Definition Classes
    string
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def jsonType: String
    Definition Classes
    stringSchema
  18. def mkCopy(): string[String]
    Definition Classes
    stringSchema
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def productElementNames: Iterator[String]
    Definition Classes
    Product
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def title: Option[String]
    Definition Classes
    Schema
  25. def toDefinition[TT >: String](sig: String): def[TT]
    Definition Classes
    Schema
  26. def toString(): String
    Definition Classes
    string → AnyRef → Any
  27. def validations: Seq[Def[_, _]]
    Definition Classes
    Schema
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. def withDescription(x: String): Self
    Definition Classes
    Schema
  32. def withExtraFrom(x: Schema[_]): Self
    Definition Classes
    Schema
  33. def withTitle(x: String): Self
    Definition Classes
    Schema
  34. def withValidation[TT >: String, B](v: Def[B, _], vs: Def[B, _]*)(implicit bound: Magnet[TT, B]): Self
    Definition Classes
    Schema
  35. object Format

Deprecated Value Members

  1. def apply(refName: String): Schema[String]
    Definition Classes
    Schema
    Annotations
    @deprecated
    Deprecated

    (Since version will be removed in 1.0.0) 0.6.1

  2. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from string[String]

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Schema[String]

Inherited from AnyRef

Inherited from Any

Ungrouped