Uses of Enum Class
io.helidon.validation.ConstraintViolation.Location
Packages that use ConstraintViolation.Location
-
Uses of ConstraintViolation.Location in io.helidon.validation
Methods in io.helidon.validation that return ConstraintViolation.LocationModifier and TypeMethodDescriptionConstraintViolation.PathElement.location()Location of the element.static ConstraintViolation.LocationReturns the enum constant of this class with the specified name.static ConstraintViolation.Location[]ConstraintViolation.Location.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.validation with parameters of type ConstraintViolation.LocationModifier and TypeMethodDescriptionConstraintViolation.PathElement.create(ConstraintViolation.Location location, String name) Create a new path element.ValidationContext.scope(ConstraintViolation.Location location, String name) Enter a new scope.