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