|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PathImpl | |
|---|---|
| org.hibernate.validator.internal.engine | Implementations for the core interfaces of JSR-303. |
| org.hibernate.validator.internal.engine.constraintvalidation | |
| org.hibernate.validator.internal.engine.path | Classes related to the Path.Node API. |
| Uses of PathImpl in org.hibernate.validator.internal.engine |
|---|
| Methods in org.hibernate.validator.internal.engine that return PathImpl | |
|---|---|
PathImpl |
ValueContext.getPropertyPath()
|
| Methods in org.hibernate.validator.internal.engine with parameters of type PathImpl | ||
|---|---|---|
static
|
ValueContext.getLocalExecutionContext(Class<T> type,
Validatable validatable,
PathImpl propertyPath)
|
|
static
|
ValueContext.getLocalExecutionContext(T value,
Validatable validatable,
PathImpl propertyPath)
|
|
boolean |
ValidationContext.isAlreadyValidated(Object value,
Class<?> group,
PathImpl path)
|
|
void |
ValueContext.setPropertyPath(PathImpl propertyPath)
|
|
| Constructors in org.hibernate.validator.internal.engine with parameters of type PathImpl | |
|---|---|
ValueContext(T currentBean,
Class<T> currentBeanType,
Validatable validatable,
PathImpl propertyPath)
|
|
| Uses of PathImpl in org.hibernate.validator.internal.engine.constraintvalidation |
|---|
| Constructors in org.hibernate.validator.internal.engine.constraintvalidation with parameters of type PathImpl | |
|---|---|
ConstraintValidatorContextImpl(List<String> parameterNames,
PathImpl propertyPath,
ConstraintDescriptor<?> constraintDescriptor)
|
|
| Uses of PathImpl in org.hibernate.validator.internal.engine.path |
|---|
| Methods in org.hibernate.validator.internal.engine.path that return PathImpl | |
|---|---|
static PathImpl |
PathImpl.createCopy(PathImpl path)
|
static PathImpl |
PathImpl.createPathForExecutable(ExecutableMetaData executable)
|
static PathImpl |
PathImpl.createPathFromString(String propertyPath)
Returns a Path instance representing the path described by the
given string. |
static PathImpl |
PathImpl.createRootPath()
|
PathImpl |
PathImpl.getPathWithoutLeafNode()
|
| Methods in org.hibernate.validator.internal.engine.path with parameters of type PathImpl | |
|---|---|
static PathImpl |
PathImpl.createCopy(PathImpl path)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||