Uses of Class
org.apache.bval.jsr.util.NodeImpl
-
Packages that use NodeImpl Package Description org.apache.bval.jsr org.apache.bval.jsr.util -
-
Uses of NodeImpl in org.apache.bval.jsr
Methods in org.apache.bval.jsr with parameters of type NodeImpl Modifier and Type Method Description GraphContext
GraphContext. child(NodeImpl node, Object value)
-
Uses of NodeImpl in org.apache.bval.jsr.util
Subclasses of NodeImpl in org.apache.bval.jsr.util Modifier and Type Class Description static class
NodeImpl.BeanNodeImpl
static class
NodeImpl.ConstructorNodeImpl
static class
NodeImpl.ContainerElementNodeImpl
static class
NodeImpl.CrossParameterNodeImpl
static class
NodeImpl.MethodNodeImpl
static class
NodeImpl.ParameterNodeImpl
static class
NodeImpl.PropertyNodeImpl
static class
NodeImpl.ReturnValueNodeImpl
Methods in org.apache.bval.jsr.util that return NodeImpl Modifier and Type Method Description 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 thisPathImpl
NodeImpl
NodeImpl. inContainer(Class<?> containerType, Integer typeArgumentIndex)
NodeImpl
NodeImpl. inIterable()
NodeImpl
PathImpl. removeLeafNode()
Trim the leaf node from thisPathImpl
.
-