V
- the generic type of the value to validate
.public interface ComposedValueValidator<V> extends ValueValidator<V>
ValueValidator
composed
out of other validators.Modifier and Type | Method and Description |
---|---|
AbstractValidator<?> |
getValidator(int index)
Gets the
ValueValidator at the given index . |
int |
getValidatorCount() |
validate, validate
int getValidatorCount()
validators
.getValidator(int)
,
Collection.size()
AbstractValidator<?> getValidator(int index)
ValueValidator
at the given index
.index
- is the index of the ValueValidator
to get.ValueValidator
.List.get(int)
Copyright © 2001–2016 mmm-Team. All rights reserved.