public class MinLengthValidator extends BaseJsonValidator implements JsonValidator
applyDefaultsStrategy, failFast, parentSchema, schemaNode, schemaPath, validationContextAT_ROOT| Constructor and Description |
|---|
MinLengthValidator(String schemaPath,
com.fasterxml.jackson.databind.JsonNode schemaNode,
JsonSchema parentSchema,
ValidationContext validationContext) |
| Modifier and Type | Method and Description |
|---|---|
Set<ValidationMessage> |
validate(com.fasterxml.jackson.databind.JsonNode node,
com.fasterxml.jackson.databind.JsonNode rootNode,
String at)
Validate the given JsonNode, the given node is the child node of the root node at given
data path.
|
buildValidationMessage, checkDiscriminatorMatch, debug, equals, fetchSubSchemaNode, getNodeFieldType, getParentSchema, getSchemaNode, getSchemaPath, getValidatorType, greaterThan, isPartOfOneOfMultipleType, lessThan, parseErrorCode, preloadJsonSchemas, registerAndMergeDiscriminator, validate, walkclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpreloadJsonSchema, validatewalkpublic MinLengthValidator(String schemaPath, com.fasterxml.jackson.databind.JsonNode schemaNode, JsonSchema parentSchema, ValidationContext validationContext)
public Set<ValidationMessage> validate(com.fasterxml.jackson.databind.JsonNode node, com.fasterxml.jackson.databind.JsonNode rootNode, String at)
JsonValidatorvalidate in interface JsonValidatornode - JsonNoderootNode - JsonNodeat - StringCopyright © 2022. All rights reserved.