|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PathImpl | |
|---|---|
| org.hibernate.validator.engine | Implementations 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.createCopy(PathImpl path)
|
static PathImpl |
PathImpl.createNewPath(java.lang.String name)
|
static PathImpl |
PathImpl.createPathForMethodParameter(java.lang.reflect.Method method,
java.lang.String parameterName)
Creates a path representing the specified method parameter. |
static PathImpl |
PathImpl.createPathForMethodReturnValue(java.lang.reflect.Method method)
|
static PathImpl |
PathImpl.createPathFromString(java.lang.String propertyPath)
Returns a Path instance representing the path described by the
given string. |
static PathImpl |
PathImpl.createRootPath()
|
PathImpl |
PathImpl.getPathWithoutLeafNode()
|
PathImpl |
ValueContext.getPropertyPath()
|
| Methods in org.hibernate.validator.engine with parameters of type PathImpl | ||
|---|---|---|
static PathImpl |
PathImpl.createCopy(PathImpl path)
|
|
static
|
ValueContext.getLocalExecutionContext(java.lang.Class<T> type,
PathImpl propertyPath)
|
|
static
|
ValueContext.getLocalExecutionContext(T value,
PathImpl propertyPath)
|
|
static
|
ValueContext.getLocalExecutionContext(T value,
PathImpl propertyPath,
int parameterIndex,
java.lang.String parameterName)
|
|
boolean |
ValidationContext.isAlreadyValidated(java.lang.Object value,
java.lang.Class<?> group,
PathImpl path)
|
|
void |
ValidationContext.markProcessed(java.lang.Object value,
java.lang.Class<?> group,
PathImpl path)
|
|
void |
ValueContext.setPropertyPath(PathImpl propertyPath)
Sets the property path to the match the currently validated value. |
|
| Constructors in org.hibernate.validator.engine with parameters of type PathImpl | |
|---|---|
ConstraintValidatorContextImpl(PathImpl propertyPath,
javax.validation.metadata.ConstraintDescriptor<?> constraintDescriptor)
|
|
ValueContext(T currentBean,
java.lang.Class<T> currentBeanType,
PathImpl propertyPath)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||