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() |
TreeNode |
get(int i) |
JrsValue |
get(String name) |
boolean |
isContainerNode() |
boolean |
isObject() |
boolean |
isValueNode() |
TreeNode |
path(int i) |
JrsValue |
path(String name) |
int |
size() |
protected void |
write(JsonGenerator g,
JacksonJrsTreeCodec codec) |
asText, at, at, isArray, isMissingNode, isNumber, numberType, traverse, traversepublic JsonToken asToken()
public int size()
public boolean isValueNode()
public boolean isContainerNode()
public boolean isObject()
public Iterator<String> fieldNames()
fieldNames in interface TreeNodefieldNames in class JrsValuepublic TreeNode get(int i)
public TreeNode path(int i)
protected JrsValue _at(JsonPointer ptr)
protected void write(JsonGenerator g, JacksonJrsTreeCodec codec) throws IOException
write in class JrsValueIOExceptionCopyright © 2017 FasterXML. All rights reserved.