| Class | Description |
|---|---|
| AbstractJsonModelFactory<T> |
Superclass for JSON parsers that create model objects using a factory design pattern.
|
| AccessTokenJsonFactory |
Factory for creating
AccessTokens from JSON. |
| AccessTokenJsonFactory.JsonKeys |
All of the keys in the JSON representation of this model.
|
| AppConstantsJsonFactory |
JSON factory to inflate the
AppConstants. |
| AppJsonFactory |
JSON factory to inflate an
App. |
| CampaignJsonFactory |
Factory for creating
Campaigns from JSON. |
| CampaignJsonFactory.JsonKeys |
All of the keys in the JSON representation of this model.
|
| CarrierAccountJsonFactory |
Factory for creating
CarrierAccounts from JSON and serialize to JSON. |
| CategoryJsonFactory |
JSON factory for
Category. |
| CategoryJsonFactory.JsonKeys |
All of the keys in the JSON representation of this model.
|
| CauseAffiliationJsonFactory |
Factory for creating
CreditCards from JSON. |
| CauseAffiliationJsonFactory.JsonKeys |
All of the keys in the JSON representation of this model.
|
| ClaimJsonFactory |
Factory for parsing
Claims from JSON. |
| ClaimJsonFactory.JsonKeys |
All of the keys in the JSON representation of this model.
|
| CreditCardJsonFactory |
Factory for creating
CreditCards from JSON. |
| CreditCardJsonFactory.JsonKeys |
All of the keys in the JSON representation of this model.
|
| ErrorJsonFactory |
Class that creates
Errors from JSON. |
| ErrorJsonFactory.JsonKeys |
All of the keys in the JSON representation of this model.
|
| FeedbackJsonFactory |
A JSON factory to create a support
Feedback. |
| GiftCardOrderJsonFactory |
A JSON factory to create
GiftCardValueOrders. |
| GsonModelFactory<T> |
Loads an LevelUp model from JSON using Gson.
|
| InterstitialJsonFactory |
Factory for parsing
Interstitials from JSON. |
| InterstitialJsonFactory.ClaimActionJsonKeys |
All of the keys in the JSON representation of the ClaimAction model.
|
| InterstitialJsonFactory.FeedbackActionJsonKeys |
All of the keys in the JSON representation of the
Interstitial.FeedbackAction model. |
| InterstitialJsonFactory.JsonKeys |
All of the keys in the JSON representation of this model.
|
| InterstitialJsonFactory.ShareActionJsonKeys |
All of the keys in the JSON representation of the ShareAction model.
|
| InterstitialJsonFactory.UrlActionJsonKeys |
All of the keys in the JSON representation of the UrlAction model.
|
| JsonModelHelper |
A class to make it easier to extract LevelUp model information from a JSON object.
|
| LocationCreditJsonFactory |
Factory for parsing
LocationCredits from JSON. |
| LocationCreditJsonFactory.JsonKeys |
All of the keys in the JSON representation of this model.
|
| LocationJsonFactory |
Factory for creating
Locations from JSON (v14). |
| LocationJsonFactory.JsonKeys |
All of the keys in the JSON representation of this model.
|
| LoyaltyJsonFactory |
Factory for creating
Loyaltys from JSON. |
| LoyaltyJsonFactory.JsonKeys |
All of the keys in the JSON representation of this model.
|
| OrderJsonFactory |
Factory for creating
Orders from JSON. |
| OrderJsonFactory.JsonKeys |
All of the keys in the JSON representation of this model.
|
| PaymentMethodJsonFactory |
Factory for creating
AbstractPaymentMethods from JSON. |
| PaymentOptionsSummaryJsonFactory |
Factory for creating
PaymentOptionsSummary from JSON data. |
| PaymentPreferenceJsonFactory |
Factory for creating
PaymentPreference from JSON data. |
| PaymentTokenJsonFactory |
Factory for creating
PaymentTokens from JSON. |
| PaymentTokenJsonFactory.JsonKeys |
Keys for JSON properties for this object for use in deserialization.
|
| PermissionsRequestJsonFactory |
Factory for loading a
PermissionsRequest from JSON. |
| RegistrationJsonFactory |
Factory for parsing
Registrations from JSON. |
| RegistrationJsonFactory.JsonKeys |
All of the keys in the JSON representation of this model.
|
| TicketJsonFactory |
A JSON factory to create a support
Ticket. |
| UserJsonFactory |
Factory for creating
Users from JSON. |
| UserJsonFactory.JsonKeys |
Keys for JSON properties for this object for use in deserialization.
|
| UserWithAccessTokenJsonFactory |
Factory for creating
UserWithAccessToken from JSON
objects. |
| WebLinkJsonFactory |
Factory for creating
WebLinks from JSON. |
| WebLinkJsonFactory.JsonKeys |
All of the keys in the JSON representation of this model.
|