JrsValue.Scalar
Constructor and Description |
---|
JrsObject() |
JrsObject(Map<String,JrsValue> values) |
Modifier and Type | Method and Description |
---|---|
protected JrsValue |
_at(JsonPointer ptr) |
JsonToken |
asToken() |
Iterator<String> |
fieldNames() |
Iterator<Map.Entry<String,JrsValue>> |
fields() |
JrsValue |
get(int i) |
JrsValue |
get(String name) |
boolean |
isContainerNode() |
boolean |
isObject() |
boolean |
isValueNode() |
JrsValue |
path(int i) |
JrsValue |
path(String name) |
int |
size() |
protected void |
write(JsonGenerator g,
JacksonJrsTreeCodec codec) |
asText, at, at, isArray, isEmbeddedValue, isMissingNode, isNull, isNumber, numberType, traverse, traverse
public JsonToken asToken()
public int size()
public boolean isValueNode()
public boolean isContainerNode()
public boolean isObject()
public Iterator<String> fieldNames()
fieldNames
in interface TreeNode
fieldNames
in class JrsValue
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.