Int64Format

com.eclipsesource.schema.internal.validators.DefaultFormats.Int64Format
object Int64Format 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.

Check whether the given value conforms to this format.

Value parameters

json

the JSON value to be checked

Attributes

Returns

whether the JSON value conforms to this format

Definition Classes