Uses of Class
com.networknt.schema.FormatValidator
-
Packages that use FormatValidator Package Description com.networknt.schema -
-
Uses of FormatValidator in com.networknt.schema
Methods in com.networknt.schema with parameters of type FormatValidator Modifier and Type Method Description default boolean
Format. matches(ExecutionContext executionContext, ValidationContext validationContext, com.fasterxml.jackson.databind.JsonNode node, com.fasterxml.jackson.databind.JsonNode rootNode, JsonNodePath instanceLocation, boolean assertionsEnabled, FormatValidator formatValidator)
Determines if the value matches the format.default Set<ValidationMessage>
Format. validate(ExecutionContext executionContext, ValidationContext validationContext, com.fasterxml.jackson.databind.JsonNode node, com.fasterxml.jackson.databind.JsonNode rootNode, JsonNodePath instanceLocation, boolean assertionsEnabled, Supplier<MessageSourceValidationMessage.Builder> message, FormatValidator formatValidator)
Validates the format.
-