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 ParseTypeimplement this, if your Object can be simplified to an Object parsable by any
AbstractData parser.Specifies a custom
key for the annotated field.