Uses of Class
org.apache.bval.jsr303.util.PathImpl

Packages that use PathImpl
org.apache.bval.jsr303   
org.apache.bval.jsr303.util   
 

Uses of PathImpl in org.apache.bval.jsr303
 

Methods in org.apache.bval.jsr303 that return PathImpl
 PathImpl GroupValidationContext.getPropertyPath()
          Get the property path.
 PathImpl GroupValidationContextImpl.getPropertyPath()
          Get the property path.
 

Uses of PathImpl in org.apache.bval.jsr303.util
 

Methods in org.apache.bval.jsr303.util that return PathImpl
static PathImpl PathImpl.copy(Path path)
          Copy another Path.
static PathImpl PathImpl.create(String name)
          Create a PathImpl instance representing the specified path.
static PathImpl PathImpl.createPathFromString(String propertyPath)
          Returns a Path instance representing the path described by the given string.
 PathImpl PathImpl.getPathWithoutLeafNode()
          Return a new PathImpl that represents this minus its leaf node (if present).
 

Constructors in org.apache.bval.jsr303.util with parameters of type PathImpl
NodeBuilderCustomizableContextImpl(ConstraintValidatorContextImpl contextImpl, String template, PathImpl path, String name)
          Create a new NodeBuilderCustomizableContextImpl instance.
NodeBuilderDefinedContextImpl(ConstraintValidatorContextImpl contextImpl, String template, PathImpl path)
          Create a new NodeBuilderDefinedContextImpl instance.
NodeContextBuilderImpl(ConstraintValidatorContextImpl contextImpl, String template, PathImpl path, NodeImpl node)
          Create a new NodeContextBuilderImpl instance.
 



Copyright © 2010-2012 Apache Software Foundation. All Rights Reserved.