public class CustomObject
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
CustomObject() |
protected |
CustomObject(java.lang.String container,
java.lang.String key,
org.codehaus.jackson.JsonNode value) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
as(java.lang.Class<T> clazz)
Tries to parse the JSON values into the specified type.
|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getContainer() |
java.lang.String |
getKey() |
org.codehaus.jackson.JsonNode |
getValue() |
int |
getVersion() |
int |
hashCode() |
java.lang.String |
toString() |
protected CustomObject(java.lang.String container,
java.lang.String key,
org.codehaus.jackson.JsonNode value)
protected CustomObject()
public java.lang.String getContainer()
public java.lang.String getKey()
public org.codehaus.jackson.JsonNode getValue()
public int getVersion()
public <T> T as(java.lang.Class<T> clazz)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object