| Package | Description |
|---|---|
| org.hibernate.validator.internal.engine.path |
Classes related to the Path.Node API.
|
| Modifier and Type | Method and Description |
|---|---|
NodeImpl |
PathImpl.addNode(String nodeName) |
NodeImpl |
PathImpl.getLeafNode() |
NodeImpl |
NodeImpl.getParent() |
NodeImpl |
PathImpl.makeLeafNodeIterable() |
NodeImpl |
PathImpl.setLeafNodeIndex(Integer index) |
NodeImpl |
PathImpl.setLeafNodeMapKey(Object key) |
| Constructor and Description |
|---|
NodeImpl(NodeImpl oldNode,
NodeImpl parent,
ElementDescriptor elementDescriptor) |
NodeImpl(String name,
NodeImpl parent,
boolean indexable,
Integer index,
Object key) |
NodeImpl(String name,
NodeImpl parent,
boolean indexable,
Integer index,
Object key,
ElementDescriptor descriptor) |
Copyright © 2007-2012 Red Hat Middleware, LLC. All Rights Reserved