|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.beanvalidation.tck.util.TestUtil.PathImpl
public static class TestUtil.PathImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface javax.validation.Path |
|---|
javax.validation.Path.BeanNode, javax.validation.Path.ConstructorNode, javax.validation.Path.CrossParameterNode, javax.validation.Path.MethodNode, javax.validation.Path.Node, javax.validation.Path.ParameterNode, javax.validation.Path.PropertyNode, javax.validation.Path.ReturnValueNode |
| Method Summary | |
|---|---|
void |
addNode(javax.validation.Path.Node node)
|
static TestUtil.PathImpl |
createNewPath(String name)
|
static TestUtil.PathImpl |
createPathFromString(String propertyPath)
Returns a Path instance representing the path described by the given string. |
Iterator<javax.validation.Path.Node> |
iterator()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static TestUtil.PathImpl createPathFromString(String propertyPath)
Path instance representing the path described by the given string. To create a root node the empty string should be passed.
propertyPath - the path as string representation.
Path instance representing the path described by the given string.
IllegalArgumentException - in case property == null or property cannot be parsed.public static TestUtil.PathImpl createNewPath(String name)
public void addNode(javax.validation.Path.Node node)
public Iterator<javax.validation.Path.Node> iterator()
iterator in interface Iterable<javax.validation.Path.Node>public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||