public class JrsObject extends JrsValue
JrsValue.Scalar| Constructor and Description |
|---|
JrsObject() |
JrsObject(Map<String,JrsValue> values) |
| Modifier and Type | Method and Description |
|---|---|
protected JrsValue |
_at(com.fasterxml.jackson.core.JsonPointer ptr) |
com.fasterxml.jackson.core.JsonToken |
asToken() |
boolean |
equals(Object o) |
Iterator<String> |
fieldNames() |
Iterator<Map.Entry<String,JrsValue>> |
fields() |
JrsValue |
get(int i) |
JrsValue |
get(String name) |
int |
hashCode() |
boolean |
isContainerNode() |
boolean |
isObject() |
boolean |
isValueNode() |
JrsValue |
path(int i) |
JrsValue |
path(String name) |
int |
size() |
protected void |
write(com.fasterxml.jackson.core.JsonGenerator g,
JacksonJrsTreeCodec codec) |
asText, at, at, isArray, isEmbeddedValue, isMissingNode, isNull, isNumber, numberType, traverse, traversepublic com.fasterxml.jackson.core.JsonToken asToken()
public int size()
public boolean isValueNode()
public boolean isContainerNode()
public boolean isObject()
public Iterator<String> fieldNames()
fieldNames in interface com.fasterxml.jackson.core.TreeNodefieldNames in class JrsValuepublic JrsValue get(int i)
public JrsValue path(int i)
protected JrsValue _at(com.fasterxml.jackson.core.JsonPointer ptr)
protected void write(com.fasterxml.jackson.core.JsonGenerator g,
JacksonJrsTreeCodec codec)
throws IOException
write in class JrsValueIOExceptionCopyright © 2025 FasterXML. All rights reserved.