Uses of Class
org.apache.bval.jsr.util.PathImpl
-
Packages that use PathImpl Package Description org.apache.bval.jsr org.apache.bval.jsr.job org.apache.bval.jsr.util -
-
Uses of PathImpl in org.apache.bval.jsr
Methods in org.apache.bval.jsr that return PathImpl Modifier and Type Method Description PathImpl
GraphContext. getPath()
Constructors in org.apache.bval.jsr with parameters of type PathImpl Constructor Description GraphContext(ApacheFactoryContext validatorContext, PathImpl path, Object value)
-
Uses of PathImpl in org.apache.bval.jsr.job
Methods in org.apache.bval.jsr.job that return PathImpl Modifier and Type Method Description protected PathImpl
ValidateExecutable. createBasePath()
Methods in org.apache.bval.jsr.job with parameters of type PathImpl Modifier and Type Method Description jakarta.validation.ConstraintValidatorContext
ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl. addConstraintViolation(PathImpl p)
(package private) ConstraintViolationImpl<T>
ValidateBean. createViolation(String messageTemplate, String message, ConstraintValidatorContextImpl<T> context, PathImpl propertyPath)
(package private) ConstraintViolationImpl<T>
ValidateParameters. createViolation(String messageTemplate, String message, ConstraintValidatorContextImpl<T> context, PathImpl propertyPath)
(package private) ConstraintViolationImpl<T>
ValidateProperty. createViolation(String messageTemplate, String message, ConstraintValidatorContextImpl<T> context, PathImpl propertyPath)
(package private) ConstraintViolationImpl<T>
ValidateReturnValue. createViolation(String messageTemplate, String message, ConstraintValidatorContextImpl<T> context, PathImpl propertyPath)
(package private) abstract ConstraintViolationImpl<T>
ValidationJob. createViolation(String messageTemplate, String message, ConstraintValidatorContextImpl<T> context, PathImpl propertyPath)
(package private) ConstraintViolationImpl<T>
ValidationJob. createViolation(String messageTemplate, ConstraintValidatorContextImpl<T> context, PathImpl propertyPath)
ValidationJob.Frame<?>
ValidateProperty.ForBeanProperty. frame(ValidateProperty<T> job, PathImpl path)
ValidationJob.Frame<?>
ValidateProperty.ForPropertyValue. frame(ValidateProperty<T> job, PathImpl path)
ValidationJob.Frame<?>
ValidateProperty.Strategy. frame(ValidateProperty<T> job, PathImpl path)
Constructors in org.apache.bval.jsr.job with parameters of type PathImpl Constructor Description ConstraintViolationBuilderImpl(String template, PathImpl path)
-
Uses of PathImpl in org.apache.bval.jsr.util
Methods in org.apache.bval.jsr.util that return PathImpl Modifier and Type Method Description PathImpl
PathImpl. addBean()
PathImpl
PathImpl. addNode(jakarta.validation.Path.Node node)
Add a node to thisPathImpl
.PathImpl
PathImpl. addProperty(String name)
Encapsulate the node manipulations needed to add a named property to this path.static PathImpl
PathImpl. copy(jakarta.validation.Path path)
Copy another Path.static PathImpl
PathImpl. create()
Create aPathImpl
instance representing the specified path.static PathImpl
PathImpl. createPathFromString(String propertyPath)
Returns aPath
instance representing the path described by the given string.static PathImpl
PathImpl. of(jakarta.validation.Path path)
PathImpl
PathImpl.Builder. result()
Return a result.
-