Uses of Enum Class
javax.validation.ConstraintTarget
Packages that use ConstraintTarget
Package
Description
Top level package of the Bean Validation API.
Package containing all objects specifically used and returned by the
metadata API.
-
Uses of ConstraintTarget in javax.validation
Methods in javax.validation that return ConstraintTargetModifier and TypeMethodDescriptionstatic ConstraintTargetReturns the enum constant of this class with the specified name.static ConstraintTarget[]ConstraintTarget.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ConstraintTarget in javax.validation.metadata
Methods in javax.validation.metadata that return ConstraintTarget