JrsValue.Scalar
Constructor and Description |
---|
JrsMissing() |
Modifier and Type | Method and Description |
---|---|
protected JrsValue |
_at(JsonPointer ptr) |
JsonToken |
asToken() |
boolean |
equals(Object o) |
JrsValue |
get(int i) |
JrsValue |
get(String s) |
int |
hashCode() |
static JrsMissing |
instance() |
boolean |
isContainerNode() |
boolean |
isMissingNode() |
boolean |
isValueNode() |
JrsValue |
path(int i) |
JrsValue |
path(String s) |
int |
size() |
String |
toString() |
protected void |
write(JsonGenerator g,
JacksonJrsTreeCodec codec) |
asText, at, at, fieldNames, isArray, isEmbeddedValue, isNull, isNumber, isObject, numberType, traverse, traverse
public static final JrsMissing instance()
public JsonToken asToken()
public boolean isValueNode()
public boolean isContainerNode()
public boolean isMissingNode()
isMissingNode
in interface TreeNode
isMissingNode
in class JrsValue
protected JrsValue _at(JsonPointer ptr)
public int size()
public JrsValue get(int i)
public JrsValue path(int i)
protected void write(JsonGenerator g, JacksonJrsTreeCodec codec) throws IOException
write
in class JrsValue
IOException
Copyright © 2020 FasterXML. All rights reserved.