hibernate-validator icon indicating copy to clipboard operation
hibernate-validator copied to clipboard

Explore FreeForm validation v2

Open marko-bekhta opened this issue 7 years ago • 1 comments

Link to previous discussion on the same topic - https://github.com/hibernate/hibernate-validator/pull/949

Note: This is still a work in progress.

marko-bekhta avatar Oct 22 '18 15:10 marko-bekhta

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<?>> constraints in programmatic API
  • figure out how users will provide "type argument" constraints.

marko-bekhta avatar Oct 22 '18 16:10 marko-bekhta