public class JFloatingNode extends JBaseRamlNode implements FloatingNode
| Modifier | Constructor and Description |
|---|---|
protected |
JFloatingNode(JFloatingNode node) |
|
JFloatingNode(com.fasterxml.jackson.databind.node.NumericNode jsonNode,
String resourcePath,
ResourceLoader resourceLoader) |
| Modifier and Type | Method and Description |
|---|---|
Node |
copy()
Creates a new copy of this node
|
com.fasterxml.jackson.databind.node.NumericNode |
getJsonNode() |
NodeType |
getType()
Returns the type of this node
|
BigDecimal |
getValue() |
String |
toString() |
getEndPosition, 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 JFloatingNode(JFloatingNode node)
public JFloatingNode(com.fasterxml.jackson.databind.node.NumericNode jsonNode,
String resourcePath,
ResourceLoader resourceLoader)
public BigDecimal getValue()
getValue in interface FloatingNodegetValue in interface SimpleTypeNode<BigDecimal>@Nonnull public Node copy()
Nodepublic NodeType getType()
Nodepublic com.fasterxml.jackson.databind.node.NumericNode getJsonNode()
getJsonNode in class JBaseRamlNodeCopyright © 2017. All rights reserved.