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 PathImplGraphContext. 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 PathImplValidateExecutable. createBasePath()Methods in org.apache.bval.jsr.job with parameters of type PathImpl Modifier and Type Method Description jakarta.validation.ConstraintValidatorContextConstraintValidatorContextImpl.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 PathImplPathImpl. addBean()PathImplPathImpl. addNode(jakarta.validation.Path.Node node)Add a node to thisPathImpl.PathImplPathImpl. addProperty(String name)Encapsulate the node manipulations needed to add a named property to this path.static PathImplPathImpl. copy(jakarta.validation.Path path)Copy another Path.static PathImplPathImpl. create()Create aPathImplinstance representing the specified path.static PathImplPathImpl. createPathFromString(String propertyPath)Returns aPathinstance representing the path described by the given string.static PathImplPathImpl. of(jakarta.validation.Path path)PathImplPathImpl.Builder. result()Return a result.
-