In order to question mandatory flag, min, max constraints or other properties AbstractValidator should be extended with a generic getProperty method. Custom implementations of AbstractValidator can define own properties that can be queried via the API even through ComposedValidator.
In order to question mandatory flag, min, max constraints or other properties
AbstractValidator
should be extended with a genericgetProperty
method. Custom implementations ofAbstractValidator
can define own properties that can be queried via the API even throughComposedValidator
.