Package tech.ytsaurus.ysontree
Interface YTreeScalarNode<V>
-
- All Superinterfaces:
YTreeNode
- All Known Subinterfaces:
YTreeBooleanNode
,YTreeDoubleNode
,YTreeIntegerNode
,YTreeStringNode
- All Known Implementing Classes:
YTreeBooleanNodeImpl
,YTreeDoubleNodeImpl
,YTreeIntegerNodeImpl
,YTreeStringNodeImpl
public interface YTreeScalarNode<V> extends YTreeNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V
getBoxedValue()
-
Methods inherited from interface tech.ytsaurus.ysontree.YTreeNode
asList, asMap, attributeKeys, attributeValues, booleanNode, boolValue, bytesValue, cast, clearAttributes, containsAttribute, containsAttributes, doubleNode, doubleValue, entityNode, floatValue, getAttribute, getAttributeOrThrow, getAttributeOrThrow, getAttributes, integerNode, intValue, isBooleanNode, isDoubleNode, isEntityNode, isIntegerNode, isListNode, isMapNode, isStringNode, listNode, longValue, mapNode, putAttribute, removeAttribute, scalarNode, stringNode, stringValue, toBinary
-
-
-
-
Method Detail
-
getBoxedValue
@Nonnull V getBoxedValue()
-
-