StringFormat

zio.http.endpoint.openapi.JsonSchema.StringFormat
See theStringFormat companion trait
object StringFormat

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Custom(value: String) extends StringFormat

Attributes

Supertypes
trait StringFormat
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object Date extends StringFormat

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait StringFormat
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Date.type
case object DateTime extends StringFormat

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait StringFormat
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
DateTime.type
case object Duration extends StringFormat

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait StringFormat
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Duration.type
case object Email extends StringFormat

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait StringFormat
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Email.type
case object Hostname extends StringFormat

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait StringFormat
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Hostname.type
case object IPv4 extends StringFormat

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait StringFormat
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
IPv4.type
case object IPv6 extends StringFormat

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait StringFormat
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
IPv6.type
case object IRI extends StringFormat

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait StringFormat
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
IRI.type
case object IRIReference extends StringFormat

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait StringFormat
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object IdnEmail extends StringFormat

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait StringFormat
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
IdnEmail.type
case object IdnHostname extends StringFormat

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait StringFormat
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object JSONPointer extends StringFormat

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait StringFormat
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object Password extends StringFormat

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait StringFormat
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Password.type
case object Regex extends StringFormat

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait StringFormat
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Regex.type
case object RelativeJSONPointer extends StringFormat

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait StringFormat
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object Time extends StringFormat

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait StringFormat
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Time.type
case object URI extends StringFormat

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait StringFormat
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
URI.type
case object URIRef extends StringFormat

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait StringFormat
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
URIRef.type
case object URITemplate extends StringFormat

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait StringFormat
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object UUID extends StringFormat

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait StringFormat
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
UUID.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromString(string: String): StringFormat