public class JrsArray extends JrsValue
JrsValue.Scalar| Modifier and Type | Method and Description |
|---|---|
protected JrsValue |
_at(com.fasterxml.jackson.core.JsonPointer ptr) |
com.fasterxml.jackson.core.JsonToken |
asToken() |
Iterator<JrsValue> |
elements() |
boolean |
equals(Object o) |
JrsValue |
get(int i) |
JrsValue |
get(String s) |
int |
hashCode() |
boolean |
isArray() |
boolean |
isContainerNode() |
boolean |
isValueNode() |
JrsValue |
path(int i) |
JrsValue |
path(String s) |
int |
size() |
protected void |
write(com.fasterxml.jackson.core.JsonGenerator g,
JacksonJrsTreeCodec codec) |
asText, at, at, fieldNames, isEmbeddedValue, isMissingNode, isNull, isNumber, isObject, numberType, traverse, traversepublic com.fasterxml.jackson.core.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(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.