public abstract static class JrsValue.Scalar extends JrsValue
JrsMissing
.JrsValue.Scalar
Constructor and Description |
---|
Scalar() |
Modifier and Type | Method and Description |
---|---|
protected JrsValue |
_at(JsonPointer ptr) |
JrsValue |
get(int i) |
JrsValue |
get(String s) |
boolean |
isContainerNode() |
boolean |
isValueNode() |
JrsValue |
path(int i) |
JrsValue |
path(String s) |
int |
size() |
asText, at, at, fieldNames, isArray, isEmbeddedValue, isMissingNode, isNull, isNumber, isObject, numberType, traverse, traverse, write
public final boolean isValueNode()
public final boolean isContainerNode()
public int size()
public JrsValue get(int i)
public JrsValue path(int i)
protected JrsValue _at(JsonPointer ptr)
Copyright © 2020 FasterXML. All rights reserved.