Uses of Class
com.networknt.schema.keyword.FormatValidator
-
Packages that use FormatValidator Package Description com.networknt.schema.format -
-
Uses of FormatValidator in com.networknt.schema.format
Methods in com.networknt.schema.format with parameters of type FormatValidator Modifier and Type Method Description default booleanFormat. matches(ExecutionContext executionContext, SchemaContext schemaContext, com.fasterxml.jackson.databind.JsonNode node, com.fasterxml.jackson.databind.JsonNode rootNode, NodePath instanceLocation, boolean assertionsEnabled, FormatValidator formatValidator)Determines if the value matches the format.default voidFormat. validate(ExecutionContext executionContext, SchemaContext schemaContext, com.fasterxml.jackson.databind.JsonNode node, com.fasterxml.jackson.databind.JsonNode rootNode, NodePath instanceLocation, boolean assertionsEnabled, Supplier<MessageSourceError.Builder> message, FormatValidator formatValidator)Validates the format.
-