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

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