JrsValue.Scalar
Modifier and Type | Method and Description |
---|---|
protected JrsValue |
_at(JsonPointer ptr) |
JsonToken |
asToken() |
Iterator<JrsValue> |
elements() |
JrsValue |
get(int i) |
JrsValue |
get(String s) |
boolean |
isArray() |
boolean |
isContainerNode() |
boolean |
isValueNode() |
JrsValue |
path(int i) |
JrsValue |
path(String s) |
int |
size() |
protected void |
write(JsonGenerator g,
JacksonJrsTreeCodec codec) |
asText, at, at, fieldNames, isEmbeddedValue, isMissingNode, isNull, isNumber, isObject, numberType, traverse, traverse
public JsonToken asToken()
public int size()
public boolean isValueNode()
public boolean isContainerNode()
public boolean isArray()
public JrsValue get(int i)
public JrsValue path(int i)
protected JrsValue _at(JsonPointer ptr)
protected void write(JsonGenerator g, JacksonJrsTreeCodec codec) throws IOException
write
in class JrsValue
IOException
Copyright © 2020 FasterXML. All rights reserved.