public interface IValidatorContainer
Modifier and Type | Method and Description |
---|---|
List<IValidator> |
getAllValidators()
Gets validators.
|
IValidator |
getMessageTypeValidator()
Gets validators.
|
IValidator |
getValidator(ValidatorType type)
Gets the validator by validator type.
|
List<IValidator> |
getValidatorsWithOutInputs(List<ValidatorType> validatorTypes)
Gets the validators with specific types.
|
List<IValidator> |
getValidatorsWithOutMessageType()
Gets the validators.
|
Set<ValidatorType> |
getValidatorType()
Gets the list of type validator.
|
void |
putNewValidator(ValidatorType type,
IValidator validator) |
void |
putOtherValidators(IValidatorContainer container)
Appends the validators from
container container into current instance. |
void putNewValidator(ValidatorType type, IValidator validator)
IValidator getValidator(ValidatorType type)
type
- the type of validatorList<IValidator> getValidatorsWithOutInputs(List<ValidatorType> validatorTypes)
validatorTypes
- the types of validatorList<IValidator> getValidatorsWithOutMessageType()
MESSAGE_TYPE
validator.List<IValidator> getAllValidators()
IValidator getMessageTypeValidator()
Set<ValidatorType> getValidatorType()
void putOtherValidators(IValidatorContainer container)
container
container into current instance.Copyright © 2000–2022 EPAM Systems. All rights reserved.