public class CollectionNode extends DefaultNode
Node.State, Node.Visitor| Constructor and Description |
|---|
CollectionNode(Node parent,
Accessor accessor,
Class<?> valueType) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Node> |
getAdditions() |
Collection<Node> |
getChanges() |
Collection<Node> |
getRemovals() |
boolean |
isCollectionNode() |
CollectionNode |
toCollectionNode() |
addChild, canonicalGet, canonicalSet, canonicalUnset, equals, get, getCategories, getChild, getChild, getChild, getChildren, getParentNode, getPathElement, getPropertyPath, getState, getType, hasChanges, hasChildren, hashCode, isAdded, isChanged, isCircular, isEqualsOnly, isIgnored, isMapNode, isRemoved, isRootNode, isUntouched, matches, set, setParentNode, setState, setType, toMapNode, toString, unset, visit, visit, visitChildrenpublic Collection<Node> getAdditions()
public Collection<Node> getRemovals()
public Collection<Node> getChanges()
public boolean isCollectionNode()
isCollectionNode in interface NodeisCollectionNode in class DefaultNodepublic CollectionNode toCollectionNode()
toCollectionNode in interface NodetoCollectionNode in class DefaultNodeCopyright © 2012. All Rights Reserved.