|
||||||||||
| 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.createNewPath(String name)
|
static PathImpl |
PathImpl.createPathFromString(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 |
ValueContext.getPropertyPath()
|
| Methods in org.hibernate.validator.engine with parameters of type PathImpl | |
|---|---|
boolean |
ValidationContext.isAlreadyValidated(Object value,
Class<?> group,
PathImpl path)
|
void |
ValidationContext.markProcessed(Object value,
Class<?> group,
PathImpl path)
|
void |
ValueContext.setPropertyPath(PathImpl propertyPath)
|
| Constructors in org.hibernate.validator.engine with parameters of type PathImpl | |
|---|---|
ConstraintValidatorContextImpl(PathImpl propertyPath,
javax.validation.metadata.ConstraintDescriptor<?> constraintDescriptor)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||