| Package | Description |
|---|---|
| org.hibernate.validator.engine |
Implementations for the core interfaces of JSR-303.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MethodParameterNodeImpl
A
Path.Node implementation representing a single method parameter. |
class |
MethodReturnValueNodeImpl
A
Path.Node implementation representing a single method parameter. |
| 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(String name,
NodeImpl parent,
boolean indexable,
Integer index,
Object key) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.