public class JBooleanNode extends JBaseRamlNode implements BooleanNode
| Modifier | Constructor and Description |
|---|---|
|
JBooleanNode(com.fasterxml.jackson.databind.node.BooleanNode booleanNode,
String resourcePath,
ResourceLoader resourceLoader) |
protected |
JBooleanNode(JBooleanNode node) |
| Modifier and Type | Method and Description |
|---|---|
Node |
copy()
Creates a new copy of this node
|
NodeType |
getType()
Returns the type of this node
|
Boolean |
getValue() |
String |
toString() |
getEndPosition, getJsonNode, getLiteralValue, getResourceLoader, getResourcePath, getStartPositionaddChild, addChild, annotate, annotations, findAncestorWith, findDescendantsWith, get, getChildren, getParent, getRootNode, getSource, removeChild, removeChildren, replaceTree, replaceWith, setChild, setParent, setSourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLiteralValueaddChild, addChild, annotate, annotations, findAncestorWith, findDescendantsWith, get, getChildren, getEndPosition, getParent, getRootNode, getSource, getStartPosition, removeChild, removeChildren, replaceTree, replaceWith, setChild, setParent, setSourceprotected JBooleanNode(JBooleanNode node)
public JBooleanNode(com.fasterxml.jackson.databind.node.BooleanNode booleanNode,
String resourcePath,
ResourceLoader resourceLoader)
public Boolean getValue()
getValue in interface BooleanNodegetValue in interface SimpleTypeNode<Boolean>@Nonnull public Node copy()
NodeCopyright © 2017. All rights reserved.