Uses of Interface
org.apache.nifi.components.Validator
Packages that use Validator
-
Uses of Validator in org.apache.nifi.components
Classes in org.apache.nifi.components that implement ValidatorModifier and TypeClassDescriptionprivate static final class
private static class
Fields in org.apache.nifi.components declared as ValidatorModifier and TypeFieldDescriptionstatic final Validator
Validator.INVALID
Validator object providing validation behavior in which validation always failsstatic final Validator
Validator.VALID
Validator object providing validation behavior in which validation always passesFields in org.apache.nifi.components with type parameters of type ValidatorModifier and TypeFieldDescriptionPropertyDescriptor.Builder.validators
PropertyDescriptor.validators
The validators that should be used whenever an attempt is made to set this property value.Methods in org.apache.nifi.components that return types with arguments of type ValidatorMethods in org.apache.nifi.components with parameters of type Validator