Uses of Enum
javax.validation.metadata.Scope
Packages that use Scope
Package
Description
Package containing all objects specifically used and returned by the
metadata API.
-
Uses of Scope in javax.validation.metadata
Methods in javax.validation.metadata that return ScopeModifier and TypeMethodDescriptionstatic Scope
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 javax.validation.metadata with parameters of type ScopeModifier and TypeMethodDescriptionRestricts to the constraints matching the provided scope for this element.