Interface JsonNodeValidator<T extends tools.jackson.databind.JsonNode>

Type Parameters:
T - the type of the JsonNode
All Superinterfaces:
ObjectComponent<JsonNodeValidator<T>, T>, ValidatorComponent<JsonNodeValidator<T>, T>

public interface JsonNodeValidator<T extends tools.jackson.databind.JsonNode> extends ValidatorComponent<JsonNodeValidator<T>, T>, ObjectComponent<JsonNodeValidator<T>, T>
Validates the state of a JsonNode.