JrsValue.Scalar| Constructor and Description |
|---|
JrsMissing() |
| Modifier and Type | Method and Description |
|---|---|
protected JrsValue |
_at(JsonPointer ptr) |
JsonToken |
asToken() |
boolean |
equals(Object o) |
TreeNode |
get(int i) |
TreeNode |
get(String s) |
int |
hashCode() |
static JrsMissing |
instance() |
boolean |
isContainerNode() |
boolean |
isMissingNode() |
boolean |
isValueNode() |
TreeNode |
path(int i) |
TreeNode |
path(String s) |
int |
size() |
String |
toString() |
protected void |
write(JsonGenerator g,
JacksonJrsTreeCodec codec) |
public static final JrsMissing instance()
public JsonToken asToken()
public boolean isValueNode()
public boolean isContainerNode()
public boolean isMissingNode()
isMissingNode in interface TreeNodeisMissingNode in class JrsValueprotected JrsValue _at(JsonPointer ptr)
public int size()
public TreeNode get(int i)
public TreeNode path(int i)
protected void write(JsonGenerator g, JacksonJrsTreeCodec codec) throws IOException
write in class JrsValueIOExceptionCopyright © 2017 FasterXML. All rights reserved.