| Package | Description |
|---|---|
| org.apache.bval.jsr303 | |
| org.apache.bval.jsr303.util |
| Modifier and Type | Method and Description |
|---|---|
PathImpl |
GroupValidationContext.getPropertyPath()
Get the property path.
|
| Modifier and Type | Method and Description |
|---|---|
static PathImpl |
PathImpl.copy(javax.validation.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). |
| Constructor and Description |
|---|
NodeBuilderDefinedContextImpl(ConstraintValidatorContextImpl contextImpl,
String template,
PathImpl path)
Create a new NodeBuilderDefinedContextImpl instance.
|
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.