HostnameFormat

com.eclipsesource.schema.internal.validators.DefaultFormats.HostnameFormat
object HostnameFormat extends SchemaFormat

Attributes

Graph
Supertypes
trait SchemaFormat
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override def name: String

The name of the format.

The name of the format.

Attributes

Returns

the format name

Definition Classes
override def validate(json: JsValue): Boolean

Check whether the given value conforms to this format. s

Check whether the given value conforms to this format. s

Value parameters

json

the JSON value to be checked

Attributes

Returns

whether the JSON value conforms to this format

Definition Classes

Concrete fields

val Hostname: String