-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide Java DSL for defining Validation Rules #60
Milestone
Comments
twicksell
pushed a commit
that referenced
this issue
May 24, 2014
twicksell
pushed a commit
that referenced
this issue
May 25, 2014
twicksell
pushed a commit
that referenced
this issue
May 25, 2014
cduplichien
added a commit
that referenced
this issue
May 25, 2014
twicksell
pushed a commit
that referenced
this issue
May 25, 2014
…f java 8 lambdas when defining custom rules.
cduplichien
added a commit
that referenced
this issue
May 25, 2014
the user explicitly specifies a message code. Just echoing the provided message code as the default message instead.
twicksell
pushed a commit
that referenced
this issue
May 27, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need to provide a way to configure validation without any XML. A fluent api for creating ValidationEntity objects that can be returned from @bean methods is probably the way to go.
The text was updated successfully, but these errors were encountered: