m-m-m / util

Mature Modular Meta-Framework
http://m-m-m.sourceforge.net
Apache License 2.0
10 stars 5 forks source link

Validator: add generic property support #159

Closed hohwille closed 8 years ago

hohwille commented 8 years ago

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.

hohwille commented 8 years ago

Done.