public class Interaction
extends java.lang.Object
| Constructor and Description |
|---|
Interaction(com.fasterxml.jackson.databind.JsonNode data) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
get(java.lang.String str)
Fetches values using the popular dot notation
i.e.
|
com.fasterxml.jackson.databind.JsonNode |
getData() |
java.lang.String |
toString() |
public com.fasterxml.jackson.databind.JsonNode getData()
public com.fasterxml.jackson.databind.JsonNode get(java.lang.String str)
{"tumblr" : {
"author" : {
"id" : 12345
}
}
}
str - a JSON dot notation stringpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2017. All Rights Reserved.