hibernate-validator
hibernate-validator copied to clipboard
Explore FreeForm validation v2
Link to previous discussion on the same topic - https://github.com/hibernate/hibernate-validator/pull/949
Note: This is still a work in progress.
From the notes that I've found on this I have:
- need to make BeanMetaData abstract. There's a comment about it above. There will be two impls one for regular bean and another for property holder.
- Store simple constraint defs instead of
Set<MetaConstraintBuilder<?>> constraintsin programmatic API - figure out how users will provide "type argument" constraints.