Package | Description |
---|---|
org.apache.bval.jsr | |
org.apache.bval.jsr.util |
Modifier and Type | Method and Description |
---|---|
GraphContext |
GraphContext.child(NodeImpl node,
Object value) |
Modifier and Type | Class and 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 |
Modifier and Type | Method and 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 this
PathImpl |
NodeImpl |
NodeImpl.inContainer(Class<?> containerType,
Integer typeArgumentIndex) |
NodeImpl |
NodeImpl.inIterable() |
NodeImpl |
PathImpl.removeLeafNode()
Trim the leaf node from this
PathImpl . |
Copyright © 2010–2020 The Apache Software Foundation. All rights reserved.