Uses of Enum Class
com.epam.fix.validation.ValidatorType
Packages that use ValidatorType
Package
Description
This package contains class com.epam.fix.validation.engine.validation.Validator to execute the process of
validation
-
Uses of ValidatorType in com.epam.fix.validation
Methods in com.epam.fix.validation that return ValidatorTypeModifier and TypeMethodDescriptionstatic ValidatorTypeReturns the enum constant of this class with the specified name.static ValidatorType[]ValidatorType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ValidatorType in com.epam.fix.validation.engine
Methods in com.epam.fix.validation.engine that return types with arguments of type ValidatorTypeModifier and TypeMethodDescriptionIValidatorContainer.getValidatorType()Gets the list of type validator.ValidatorContainer.getValidatorType()Methods in com.epam.fix.validation.engine with parameters of type ValidatorTypeModifier and TypeMethodDescriptionIValidatorFactory.createValidator(ValidatorType validatorType) Creates the validator.IValidatorContainer.getValidator(ValidatorType type) Gets the validator by validator type.ValidatorContainer.getValidator(ValidatorType type) voidIValidatorContainer.putNewValidator(ValidatorType type, IValidator validator) voidValidatorContainer.putNewValidator(ValidatorType type, IValidator validator) Method parameters in com.epam.fix.validation.engine with type arguments of type ValidatorTypeModifier and TypeMethodDescriptionIValidatorContainer.getValidatorsWithOutInputs(List<ValidatorType> validatorTypes) Gets the validators with specific types.ValidatorContainer.getValidatorsWithOutInputs(List<ValidatorType> types) -
Uses of ValidatorType in com.epam.fix.validation.engine.validators.factory
Methods in com.epam.fix.validation.engine.validators.factory with parameters of type ValidatorType