| Class | Description |
|---|---|
| BooleanDeserializer |
Deserializes String or Integer 1 or 0 as boolean
|
| BooleanIntegerSerializer |
Serializes boolean as Integer 1 or 0
|
| BooleanStringSerializer |
Serializes boolean as String "1" or "0"
|
| GDDateDeserializer |
Deserializes to Joda's
LocalDate fields from the GoodData date time format (yyyy-MM-dd). |
| GDDateSerializer |
Serializes from Joda's
LocalDate fields to the GoodData date time format (yyyy-MM-dd). |
| GDDateTimeDeserializer |
Deserializes Joda's
DateTime fields from the GoodData date time format in the UTC timezone (yyyy-MM-dd HH:mm:ss.SSSZ). |
| GDDateTimeSerializer |
Serializes Joda's
DateTime fields to the GoodDate date time format in the UTC timezone (yyyy-MM-dd HH:mm:ss.SSSZ). |
| GoodDataToStringBuilder |
GoodDataToStringBuilder enables to create string representation based on fields of an object and exclude specified fields.
|
| ISODateTimeDeserializer |
Deserializes Joda's
DateTime fields from the ISO date time format in the UTC timezone (yyyy-MM-dd'T'HH:mm:ss.SSSZZ). |
| ISODateTimeSerializer |
Serializes Joda's
DateTime fields to the ISO date time format in the UTC timezone (yyyy-MM-dd'T'HH:mm:ss.SSSZZ). |
| ResponseErrorHandler |
A response error handler able to extract GoodData error response
|
| TagsDeserializer |
Deserializes whitespace separated tags from one string to set of tags (strings)
|
| TagsSerializer |
Serializes set of tags (strings) to whitespace separated string of tags
|
| Validate |
Argument validation helper methods used internally by GoodData SDK.
|
| ZipHelper |
Utility class for manipulating zip archives.
|
Copyright © 2017. All Rights Reserved.