Class | Description |
---|---|
AbstractJsonModelFactory<T> |
Superclass for JSON parsers that create model objects using a factory design pattern.
|
AccessTokenJsonFactory |
Factory for creating
AccessToken s 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
Campaign s from JSON. |
CampaignJsonFactory.JsonKeys |
All of the keys in the JSON representation of this model.
|
CarrierAccountJsonFactory |
Factory for creating
CarrierAccount s 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
CreditCard s from JSON. |
CauseAffiliationJsonFactory.JsonKeys |
All of the keys in the JSON representation of this model.
|
ClaimJsonFactory |
Factory for parsing
Claim s from JSON. |
ClaimJsonFactory.JsonKeys |
All of the keys in the JSON representation of this model.
|
CreditCardJsonFactory |
Factory for creating
CreditCard s from JSON. |
CreditCardJsonFactory.JsonKeys |
All of the keys in the JSON representation of this model.
|
ErrorJsonFactory |
Class that creates
Error s 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
GiftCardValueOrder s. |
GsonModelFactory<T> |
Loads an LevelUp model from JSON using Gson.
|
InterstitialJsonFactory |
Factory for parsing
Interstitial s 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
LocationCredit s from JSON. |
LocationCreditJsonFactory.JsonKeys |
All of the keys in the JSON representation of this model.
|
LocationJsonFactory |
Factory for creating
Location s from JSON (v14). |
LocationJsonFactory.JsonKeys |
All of the keys in the JSON representation of this model.
|
LoyaltyJsonFactory |
Factory for creating
Loyalty s from JSON. |
LoyaltyJsonFactory.JsonKeys |
All of the keys in the JSON representation of this model.
|
OrderJsonFactory |
Factory for creating
Order s from JSON. |
OrderJsonFactory.JsonKeys |
All of the keys in the JSON representation of this model.
|
PaymentMethodJsonFactory |
Factory for creating
AbstractPaymentMethod s from JSON. |
PaymentOptionsSummaryJsonFactory |
Factory for creating
PaymentOptionsSummary from JSON data. |
PaymentPreferenceJsonFactory |
Factory for creating
PaymentPreference from JSON data. |
PaymentTokenJsonFactory |
Factory for creating
PaymentToken s 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
Registration s 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
User s 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
WebLink s from JSON. |
WebLinkJsonFactory.JsonKeys |
All of the keys in the JSON representation of this model.
|