Packages

object string extends string[String]

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

Type Members

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

Value Members

  1. def apply[T](format: Format): string[T]
  2. def apply[T]: string[T]
  3. def canEqual(that: Any): Boolean
    Definition Classes
    string → Equals → Schema
  4. def description: Option[String]
    Definition Classes
    Schema
  5. def discriminationKey: Option[String]
    Definition Classes
    Schema
  6. def duplicate(description: Option[String] = this._description, title: Option[String] = this._title, discriminationKey: Option[String] = this._discriminationKey): Self
    Definition Classes
    Schema
  7. def equals(obj: Any): Boolean
    Definition Classes
    string → Equals → Schema → AnyRef → Any
  8. val format: Option[Format]
    Definition Classes
    string
  9. def jsonType: String
    Definition Classes
    stringSchema
  10. def mkCopy(): string[String]
    Definition Classes
    stringSchema
  11. def title: Option[String]
    Definition Classes
    Schema
  12. def toDefinition[TT >: String](sig: String): def[TT]
    Definition Classes
    Schema
  13. def toString(): String
    Definition Classes
    string → AnyRef → Any
  14. def validations: Seq[Def[_, _]]
    Definition Classes
    Schema
  15. def withDescription(x: String): Self
    Definition Classes
    Schema
  16. def withDiscriminationKey(x: String): Self
    Definition Classes
    Schema
  17. def withExtraFrom(x: Schema[_]): Self
    Definition Classes
    Schema
  18. def withTitle(x: String): Self
    Definition Classes
    Schema
  19. def withValidation[TT >: String, B](v: Def[B, _], vs: Def[B, _]*)(implicit bound: Magnet[TT, B]): Self
    Definition Classes
    Schema
  20. 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