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, getCircleStartNode, getCircleStartPath, getParentNode, getPathElement, getPropertyAnnotation, getPropertyAnnotations, getPropertyPath, getState, getType, hasChanges, hasChildren, hashCode, isAdded, isChanged, isCircular, isEqualsOnly, isIgnored, isMapNode, isRemoved, isRootNode, isUntouched, matches, set, setCircleStartNode, setCircleStartPath, setParentNode, setState, setType, toMapNode, toString, unset, visit, visit, visitChildren
public Collection<Node> getAdditions()
public Collection<Node> getRemovals()
public Collection<Node> getChanges()
public boolean isCollectionNode()
isCollectionNode
in interface Node
isCollectionNode
in class DefaultNode
public CollectionNode toCollectionNode()
toCollectionNode
in interface Node
toCollectionNode
in class DefaultNode
Copyright © 2013. All Rights Reserved.