StringFormat

zio.http.endpoint.openapi.JsonSchema.StringFormat
See theStringFormat companion object
sealed trait StringFormat extends Product, Serializable

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class Custom
object Date.type
object DateTime.type
object Duration.type
object Email.type
object Hostname.type
object IPv4.type
object IPv6.type
object IRI.type
object IRIReference.type
object IdnEmail.type
object IdnHostname.type
object JSONPointer.type
object Password.type
object Regex.type
object RelativeJSONPointer.type
object Time.type
object URI.type
object URIRef.type
object URITemplate.type
object UUID.type
Show all

Members list

Value members

Abstract methods

def value: String

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product