- io.jstuff.json.validation - package io.jstuff.json.validation
-
- isDate(CharSequence) - Static method in class io.jstuff.json.validation.JSONValidation
-
Test for conformity to the date format type.
- isDateTime(CharSequence) - Static method in class io.jstuff.json.validation.JSONValidation
-
Test for conformity to the date-time format type.
- isDuration(CharSequence) - Static method in class io.jstuff.json.validation.JSONValidation
-
Test for conformity to the duration format type.
- isEmail(CharSequence) - Static method in class io.jstuff.json.validation.JSONValidation
-
Test for conformity to the email format type.
- isHostname(CharSequence) - Static method in class io.jstuff.json.validation.JSONValidation
-
Test for conformity to the hostname format type.
- isIPV4(CharSequence) - Static method in class io.jstuff.json.validation.JSONValidation
-
Test for conformity to the ipv4 format type.
- isIPV6(CharSequence) - Static method in class io.jstuff.json.validation.JSONValidation
-
Test for conformity to the ipv6 format type.
- isJSONPointer(CharSequence) - Static method in class io.jstuff.json.validation.JSONValidation
-
Test for conformity to the json-pointer format type.
- isLeapYear(int) - Static method in class io.jstuff.json.validation.JSONValidation
-
Determine whether a given year is a leap year (only meaningful for years covered by the Gregorian calendar).
- isLocalDateTime(CharSequence) - Static method in class io.jstuff.json.validation.JSONValidation
-
Test for conformity to an unofficial local-date-time type (not part of the JSON Schema Validation
Specification).
- isLocalTime(CharSequence) - Static method in class io.jstuff.json.validation.JSONValidation
-
Test for conformity to an unofficial local-time type (not part of the JSON Schema Validation
Specification).
- isRegex(CharSequence) - Static method in class io.jstuff.json.validation.JSONValidation
-
Test for conformity to the regex format type.
- isRelativeJSONPointer(CharSequence) - Static method in class io.jstuff.json.validation.JSONValidation
-
Test for conformity to the relative-json-pointer format type.
- isTime(CharSequence) - Static method in class io.jstuff.json.validation.JSONValidation
-
Test for conformity to the time format type.
- isURI(CharSequence) - Static method in class io.jstuff.json.validation.JSONValidation
-
Test for conformity to the uri format type.
- isURIReference(CharSequence) - Static method in class io.jstuff.json.validation.JSONValidation
-
Test for conformity to the uri-reference format type.
- isURITemplate(CharSequence) - Static method in class io.jstuff.json.validation.JSONValidation
-
Test for conformity to the uri-template format type.
- isUUID(CharSequence) - Static method in class io.jstuff.json.validation.JSONValidation
-
Test for conformity to the uuid format type.