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.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.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.