@Deprecated
public interface Validator<T,R extends ValidationResult>
Modifier and Type | Interface and Description |
---|---|
static class |
Validator.AbstractConnectorConfigValidator<T extends ConnectorConfig>
Deprecated.
|
static class |
Validator.AbstractFetchInputValidator<T>
Deprecated.
|
static class |
Validator.AbstractValidator<T,R extends ValidationResult>
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
R |
validate(T input)
Deprecated.
|