javax.validation.Path.BeanNode, javax.validation.Path.ConstructorNode, javax.validation.Path.ContainerElementNode, javax.validation.Path.CrossParameterNode, javax.validation.Path.MethodNode, javax.validation.Path.Node, javax.validation.Path.ParameterNode, javax.validation.Path.PropertyNode, javax.validation.Path.ReturnValueNode| Modifier and Type | Method and Description |
|---|---|
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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic 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()
Copyright © 2008–2017. All rights reserved.