Top level package of the Jakarta Validation API.
-
static interface
Node representing a bean.
static interface
Node representing a constructor.
static interface
Node representing an element in a generic container such as Optional
,
List
or Map
.
static interface
Node representing the element holding cross-parameter constraints
of a method or constructor.
static interface
Node representing a method.
static interface
Node representing a parameter of a method or constructor.
static interface
Node representing a property.
static interface
Node representing the return value of a method or constructor.
Narrows the type of this node down to the given type.
boolean
Determines if the Jakarta Validation provider is allowed to cascade validation on
the bean instance returned by the property value
marked as @Valid
.
boolean
Determines if the Jakarta Validation provider is allowed to reach the property state.