java-tutorials/javaxval-2/README.md

10 lines
649 B
Markdown
Raw Normal View History

2022-11-21 09:39:21 -05:00
## Java Bean Validation Examples
This module contains articles about Bean Validation.
### Relevant Articles:
- [Method Constraints with Bean Validation 2.0](https://www.baeldung.com/javax-validation-method-constraints)
- [Difference Between @NotNull, @NotEmpty, and @NotBlank Constraints in Bean Validation](https://www.baeldung.com/java-bean-validation-not-null-empty-blank)
- [Guide to ParameterMessageInterpolator](https://www.baeldung.com/hibernate-parametermessageinterpolator)
- [Hibernate Validator Annotation Processor in Depth](https://www.baeldung.com/hibernate-validator-annotation-processor)
- More articles: [[<-- prev]](../javaxval)