public final class JrsMissing extends JrsValue
JrsValue.Scalar| Constructor and Description |
|---|
JrsMissing() |
| 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) |
JrsValue |
get(int i) |
JrsValue |
get(String s) |
int |
hashCode() |
static JrsMissing |
instance() |
boolean |
isContainerNode() |
boolean |
isMissingNode() |
boolean |
isValueNode() |
JrsValue |
path(int i) |
JrsValue |
path(String s) |
int |
size() |
String |
toString() |
protected void |
write(com.fasterxml.jackson.core.JsonGenerator g,
JacksonJrsTreeCodec codec) |
asText, at, at, fieldNames, isArray, isEmbeddedValue, isNull, isNumber, isObject, numberType, traverse, traversepublic static final JrsMissing instance()
public com.fasterxml.jackson.core.JsonToken asToken()
public boolean isValueNode()
public boolean isContainerNode()
public boolean isMissingNode()
isMissingNode in interface com.fasterxml.jackson.core.TreeNodeisMissingNode in class JrsValueprotected JrsValue _at(com.fasterxml.jackson.core.JsonPointer ptr)
public int size()
public JrsValue get(int i)
public JrsValue path(int i)
protected void write(com.fasterxml.jackson.core.JsonGenerator g,
JacksonJrsTreeCodec codec)
throws IOException
write in class JrsValueIOExceptionCopyright © 2025 FasterXML. All rights reserved.