JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Interface
jakarta.data.constraint.NotNull
Packages that use
NotNull
Package
Description
jakarta.data.constraint
Constraints for parameter-based
Find
and
Delete
methods.
Uses of
NotNull
in
jakarta.data.constraint
Methods in
jakarta.data.constraint
that return
NotNull
Modifier and Type
Method
Description
static <V>
NotNull
<V>
NotNull.
instance
()
Requires that the constraint target not have a
null
value.
static <V>
NotNull
<V>
Constraint.
notNull
()
Requires that the constraint target does not evaluate to
null
.