Uses of Class
jakarta.validation.constraints.NotNull
-
Packages that use NotNull Package Description jakarta.validation.constraints Contains all the Jakarta Bean Validation provided constraints also called built-in constraints.org.hibernate.validator.constraints Hibernate Validator specific constraints. -
-
Uses of NotNull in jakarta.validation.constraints
Methods in jakarta.validation.constraints that return NotNull Modifier and Type Method Description NotNull[]value() -
Uses of NotNull in org.hibernate.validator.constraints
Classes in org.hibernate.validator.constraints with annotations of type NotNull Modifier and Type Class Description interfaceNotBlankDeprecated.use the standardNotBlankconstraint insteadinterfaceNotEmptyDeprecated.use the standardNotEmptyconstraint instead
-