See: Description
| Class | Description |
|---|---|
| DynamicPropertyReader |
Faster, non-reflection approach for dynamically retrieving properties by name from the underlying Jackson POJOs.
|
| Identity |
A representation of the unique characteristics of a particular asset, without relying on a unique ID string.
|
| ItemList<T extends Reference> |
Provides a standard class for any relationship in IGC, by including 'paging' details and 'items' array.
|
| ObjectPrinter |
Basic utility class to provide a standard mechanism through which to print out all of an asset's
details in a standard way that can be easily JSON-esque formatted.
|
| Paging |
Represents the metadata related to a page of results or relationships.
|
| Reference |
The ultimate parent object for all IGC assets, it contains only the most basic information common to every single
asset in IGC, and present in every single reference to an IGC asset (whether via relationship, search result,
etc):
_name _type _id _url _context -- present for almost all assets POJOs to represent user-defined objects (OpenIGC) should not extend this class directly, but the MainObject class. |
| Enum | Description |
|---|---|
| Identity.StringType |
Copyright © 2018–2021 ODPi. All rights reserved.