| Package | Description |
|---|---|
| org.apache.nifi.components |
| Modifier and Type | Class and Description |
|---|---|
private static class |
PropertyDescriptor.ConstrainedSetValidator |
| Modifier and Type | Field and Description |
|---|---|
static Validator |
Validator.INVALID
Validator object providing validation behavior in which validation always
fails
|
static Validator |
Validator.VALID
Validator object providing validation behavior in which validation always
passes
|
| Modifier and Type | Field and Description |
|---|---|
private List<Validator> |
PropertyDescriptor.validators
The validators that should be used whenever an attempt is made to set
this property value.
|
private List<Validator> |
PropertyDescriptor.Builder.validators |
| Modifier and Type | Method and Description |
|---|---|
List<Validator> |
PropertyDescriptor.getValidators() |
| Modifier and Type | Method and Description |
|---|---|
PropertyDescriptor.Builder |
PropertyDescriptor.Builder.addValidator(Validator validator) |
Copyright © 2016 Apache NiFi Project. All rights reserved.