|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeImpl | |
---|---|
org.apache.bval.jsr303.util |
Uses of NodeImpl in org.apache.bval.jsr303.util |
---|
Methods in org.apache.bval.jsr303.util that return NodeImpl | |
---|---|
static NodeImpl |
NodeImpl.atIndex(Integer index)
Get a NodeImpl indexed from the preceding node (or root). |
static NodeImpl |
NodeImpl.atKey(Object key)
Get a NodeImpl keyed from the preceding node (or root). |
NodeImpl |
PathImpl.getLeafNode()
Get the leaf node (if any) from this PathImpl |
Constructors in org.apache.bval.jsr303.util with parameters of type NodeImpl | |
---|---|
NodeContextBuilderImpl(ConstraintValidatorContextImpl contextImpl,
String template,
PathImpl path,
NodeImpl node)
Create a new NodeContextBuilderImpl instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |