Uses of Class
jakarta.validation.metadata.Scope
-
Packages that use Scope Package Description jakarta.validation.metadata Package containing all objects specifically used and returned by the metadata API. -
-
Uses of Scope in jakarta.validation.metadata
Methods in jakarta.validation.metadata that return Scope Modifier and Type Method Description static Scope
Scope. valueOf(String name)
Returns the enum constant of this type with the specified name.static Scope[]
Scope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jakarta.validation.metadata with parameters of type Scope Modifier and Type Method Description ElementDescriptor.ConstraintFinder
ElementDescriptor.ConstraintFinder. lookingAt(Scope scope)
Restricts to the constraints matching the provided scope for this element.
-