- idKeyword(String) - Method in class com.networknt.schema.JsonMetaSchema.Builder
-
- IfValidator - Class in com.networknt.schema
-
- IfValidator(String, JsonNode, JsonSchema, ValidationContext) - Constructor for class com.networknt.schema.IfValidator
-
- InetAddressValidator - Class in com.networknt.schema.format
-
InetAddress validation and conversion routines (java.net.InetAddress
).
- InetAddressValidator() - Constructor for class com.networknt.schema.format.InetAddressValidator
-
- isBoolean(String) - Static method in class com.networknt.schema.TypeValidator
-
- isComplexValidator() - Method in class com.networknt.schema.ValidatorState
-
- isFailFast() - Method in class com.networknt.schema.SchemaValidatorsConfig
-
- isHandleNullableField() - Method in class com.networknt.schema.SchemaValidatorsConfig
-
- isInteger(String) - Static method in class com.networknt.schema.TypeValidator
-
- isNumber(JsonNode, boolean) - Static method in class com.networknt.schema.TypeValidator
-
Check if the type of the JsonNode's value is number based on the
status of typeLoose flag.
- isNumeric(String) - Static method in class com.networknt.schema.TypeValidator
-
- isTypeLoose() - Method in class com.networknt.schema.SchemaValidatorsConfig
-
- isUUID(String) - Method in class com.networknt.schema.UUIDValidator
-
- isValid(String) - Method in class com.networknt.schema.format.DomainValidator
-
Returns true if the specified String
parses
as a valid domain name with a recognized top-level domain.
- isValid(String) - Method in class com.networknt.schema.format.EmailValidator
-
Checks if a field has a valid e-mail address.
- isValid(String) - Method in class com.networknt.schema.format.InetAddressValidator
-
Checks if the specified string is a valid IP address.
- isValid(String) - Method in class com.networknt.schema.format.RegexValidator
-
Validate a value against the set of regular expressions.
- isValidCountryCodeTld(String) - Method in class com.networknt.schema.format.DomainValidator
-
Returns true if the specified String
matches any
IANA-defined country code top-level domain.
- isValidDomain(String) - Method in class com.networknt.schema.format.EmailValidator
-
Returns true if the domain component of an email address is valid.
- isValidGenericTld(String) - Method in class com.networknt.schema.format.DomainValidator
-
Returns true if the specified String
matches any
IANA-defined generic top-level domain.
- isValidInet4Address(String) - Method in class com.networknt.schema.format.InetAddressValidator
-
Validates an IPv4 address.
- isValidInet6Address(String) - Method in class com.networknt.schema.format.InetAddressValidator
-
Validates an IPv6 address.
- isValidInfrastructureTld(String) - Method in class com.networknt.schema.format.DomainValidator
-
Returns true if the specified String
matches any
IANA-defined infrastructure top-level domain.
- isValidLocalTld(String) - Method in class com.networknt.schema.format.DomainValidator
-
Returns true if the specified String
matches any
widely used "local" domains (localhost or localdomain).
- isValidTld(String) - Method in class com.networknt.schema.format.DomainValidator
-
Returns true if the specified String
matches any
IANA-defined top-level domain.
- isValidUser(String) - Method in class com.networknt.schema.format.EmailValidator
-
Returns true if the user component of an email address is valid.
- ItemsValidator - Class in com.networknt.schema
-
- ItemsValidator(String, JsonNode, JsonSchema, ValidationContext) - Constructor for class com.networknt.schema.ItemsValidator
-