e65ce930bb
* BAEL-5642 Using @NotNull as a method parameter * BAEL-5642 Add Spring Boot and bump spring and hibernate-validator versions |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
Java Bean Validation Examples
This module contains articles about Bean Validation.
Relevant Articles:
- Java Bean Validation Basics
- Validating Container Elements with Bean Validation 2.0
- Method Constraints with Bean Validation 2.0
- Difference Between @NotNull, @NotEmpty, and @NotBlank Constraints in Bean Validation
- Javax BigDecimal Validation
- Grouping Javax Validation Constraints
- Validations for Enum Types
- Guide to ParameterMessageInterpolator
- Hibernate Validator Annotation Processor in Depth
- Constraint Composition with Bean Validation