public final class JacksonJsonObject extends Object implements JsonObjectBase<JacksonJsonValue>
| Constructor and Description |
|---|
JacksonJsonObject(com.fasterxml.jackson.databind.JsonNode jsonObject) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
JacksonJsonValue |
get(String name) |
int |
hashCode() |
Iterator<Map.Entry<String,JacksonJsonValue>> |
iterator() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic JacksonJsonObject(com.fasterxml.jackson.databind.JsonNode jsonObject)
public JacksonJsonValue get(String name)
get in interface JsonObjectBase<JacksonJsonValue>public Iterator<Map.Entry<String,JacksonJsonValue>> iterator()
iterator in interface Iterable<Map.Entry<String,JacksonJsonValue>>Copyright © 2019. All rights reserved.