|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IValidator | |
---|---|
com.epam.fix.validation.engine | |
com.epam.fix.validation.engine.validators | |
com.epam.fix.validation.engine.validators.factory |
Uses of IValidator in com.epam.fix.validation.engine |
---|
Classes in com.epam.fix.validation.engine that implement IValidator | |
---|---|
class |
AbstractValidator
General interface to provide creating of validators for an application. |
Methods in com.epam.fix.validation.engine that return IValidator | |
---|---|
IValidator |
IValidatorFactory.createValidator(ValidatorType validatorType)
Creates the validator. |
IValidator |
IValidatorContainer.getMessageTypeValidator()
Gets validators. |
IValidator |
IValidatorContainer.getValidator(ValidatorType type)
Gets the validator by validator type. |
IValidator |
ValidatorContainer.getValidator(ValidatorType type)
|
Methods in com.epam.fix.validation.engine that return types with arguments of type IValidator | |
---|---|
List<IValidator> |
IValidatorContainer.getAllValidators()
Gets validators. |
List<IValidator> |
ValidatorContainer.getAllValidators()
|
List<IValidator> |
IValidatorContainer.getValidatorsWithOutInputs(List<ValidatorType> validatorTypes)
Gets the validators with specific types. |
List<IValidator> |
ValidatorContainer.getValidatorsWithOutInputs(List<ValidatorType> types)
|
List<IValidator> |
IValidatorContainer.getValidatorsWithOutMessageType()
Gets the validators. |
List<IValidator> |
ValidatorContainer.getValidatorsWithOutMessageType()
|
Methods in com.epam.fix.validation.engine with parameters of type IValidator | |
---|---|
void |
IValidatorContainer.putNewValidator(ValidatorType type,
IValidator validator)
|
void |
ValidatorContainer.putNewValidator(ValidatorType type,
IValidator validator)
|
Uses of IValidator in com.epam.fix.validation.engine.validators |
---|
Classes in com.epam.fix.validation.engine.validators that implement IValidator | |
---|---|
class |
ConditionalValidator
Implementation of IValidator that supports conditional validation. |
class |
DuplicatedFieldValidator
Implementation of IValidator that supports duplicated field validation. |
class |
FieldAllowedInMessageValidator
Implementation of IValidator that supports field allowed in message validation. |
class |
FieldOrderValidator
Implementation of IValidator that supports field order validation. |
class |
FieldsDefinitionsTypeValidator
Implementation of IValidator that supports field type validation. |
class |
GroupValidator
Implementation of IValidator that supports group validation. |
class |
MessageTypeValidator
The message type validator. |
class |
MessageWelformedValidator
Implementation of IValidator that supports message welformed validate. |
class |
RequiredFieldValidator
|
Uses of IValidator in com.epam.fix.validation.engine.validators.factory |
---|
Methods in com.epam.fix.validation.engine.validators.factory that return IValidator | |
---|---|
IValidator |
ValidatorFactory.createValidator(ValidatorType type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |