-
public class JSONConverter
-
-
Field Summary
Fields Modifier and Type Field Description public final static JSONConverterINSTANCE
-
Method Summary
Modifier and Type Method Description final CreateUserResponseconvertToCreateUserResponse(JSONObject jsonObject)final JSONObjectconvertToJSON(PropertiesObject properties)final JSONObjectconvertToJSON(PropertiesDeltasObject propertiesDeltas)final JSONArrayconvertToJSON(List<SubscriptionObject> subscriptions)final JSONObjectconvertToJSON(SubscriptionObject subscription)-
-
Method Detail
-
convertToCreateUserResponse
final CreateUserResponse convertToCreateUserResponse(JSONObject jsonObject)
-
convertToJSON
final JSONObject convertToJSON(PropertiesObject properties)
-
convertToJSON
final JSONObject convertToJSON(PropertiesDeltasObject propertiesDeltas)
-
convertToJSON
final JSONArray convertToJSON(List<SubscriptionObject> subscriptions)
-
convertToJSON
final JSONObject convertToJSON(SubscriptionObject subscription)
-
-
-
-