DefaultFormats

com.eclipsesource.schema.internal.validators.DefaultFormats

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object DatetimeFormat extends SchemaFormat

Attributes

Supertypes
trait SchemaFormat
class Object
trait Matchable
class Any
Self type
object EmailFormat extends SchemaFormat

Attributes

Supertypes
trait SchemaFormat
class Object
trait Matchable
class Any
Self type
object HostnameFormat extends SchemaFormat

Attributes

Supertypes
trait SchemaFormat
class Object
trait Matchable
class Any
Self type
object IPv4Format extends SchemaFormat

Attributes

Supertypes
trait SchemaFormat
class Object
trait Matchable
class Any
Self type
IPv4Format.type
object IPv6Format extends SchemaFormat

Attributes

Supertypes
trait SchemaFormat
class Object
trait Matchable
class Any
Self type
IPv6Format.type
object Int32Format extends SchemaFormat

Attributes

Supertypes
trait SchemaFormat
class Object
trait Matchable
class Any
Self type
object Int64Format extends SchemaFormat

Attributes

Supertypes
trait SchemaFormat
class Object
trait Matchable
class Any
Self type
object RegexFormat extends SchemaFormat

Attributes

Supertypes
trait SchemaFormat
class Object
trait Matchable
class Any
Self type
object UriFormat extends SchemaFormat

Attributes

Supertypes
trait SchemaFormat
class Object
trait Matchable
class Any
Self type
UriFormat.type
object UuidFormat extends SchemaFormat

Attributes

Supertypes
trait SchemaFormat
class Object
trait Matchable
class Any
Self type
UuidFormat.type

Value members

Concrete methods

def get(format: String): Option[SchemaFormat]

Concrete fields

val formats: Map[String, SchemaFormat]