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 javax.validation.ConstraintValidatorContextConstraintValidatorContextImpl.ConstraintViolationBuilderImpl. addConstraintViolation(PathImpl p) -
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(javax.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(javax.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(javax.validation.Path path)PathImplPathImpl.Builder. result()Return a result.Constructors in org.apache.bval.jsr.util with parameters of type PathImpl Constructor Description ContainerElementNodeBuilderCustomizableContextImpl(PathImpl path, String name, Class<?> containerType, Integer typeArgumentIndex, ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl builder)LeafNodeBuilderCustomizableContextImpl(PathImpl path, ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl builder)NodeBuilderCustomizableContextImpl(PathImpl path, String name, ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl builder)Create a new NodeBuilderCustomizableContextImpl instance.NodeBuilderDefinedContextImpl(PathImpl path, ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl builder)Create a new NodeBuilderDefinedContextImpl instance.
-