All Classes and Interfaces

Class
Description
A AbstractData can store key-value pairs.
If your class implements this interface, its AutoSODatable.getData() method will be automatically add all non-transient fields using reflection.
This class holds a value from an AbstractData (called parent data).
 
 
 
 
a data wrapper wraps a single object inside a AbstractData.
A Entry represents a key-value pair in a AbstractData.
 
 
This class is used to parse AbstractData to a json-string and json-string to SOData.
A Reader like class, that makes reading a json-object much easier.
This class holds a List value from an AbstractData.
 
 
 
 
 
Deprecated.
 
 
Specifies a custom key for the annotated field.
 
 
 
How a AbstractData will be parsed depends on its ParseType
 
 
 
 
 
 
 
 
 
implement this, if your Object can be simplified to an Object parsable by any AbstractData parser.
 
This represents a AbstractData, but the keys are strings and the values are objects.
 
 
 
 
 
 
 
 
 
 
Specifies a custom key for the annotated field.