Uses of Class
org.hibernate.validator.engine.PathImpl

Packages that use PathImpl
org.hibernate.validator.engine This package contains the implementing classes for the core interfaces of JSR-303. 
 

Uses of PathImpl in org.hibernate.validator.engine
 

Methods in org.hibernate.validator.engine that return PathImpl
static PathImpl PathImpl.createNewPath(java.lang.String name)
           
static PathImpl PathImpl.createPathFromString(java.lang.String propertyPath)
          Returns a Path instance representing the path described by the given string.
static PathImpl PathImpl.createShallowCopy(javax.validation.Path path)
           
 PathImpl PathImpl.getPathWithoutLeafNode()
           
 PathImpl LocalExecutionContext.getPropertyPath()
           
 

Methods in org.hibernate.validator.engine with parameters of type PathImpl
 boolean GlobalExecutionContext.isAlreadyValidated(java.lang.Object value, java.lang.Class<?> group, PathImpl path)
           
 void GlobalExecutionContext.markProcessed(java.lang.Object value, java.lang.Class<?> group, PathImpl path)
           
 void LocalExecutionContext.setPropertyPath(PathImpl propertyPath)
           
 

Constructors in org.hibernate.validator.engine with parameters of type PathImpl
ConstraintValidatorContextImpl(PathImpl propertyPath, javax.validation.metadata.ConstraintDescriptor<?> constraintDescriptor)
           
 



Copyright © 2007-2010. All Rights Reserved.