Class JSONParser

java.lang.Object
com.ubs.backend.annotations.json.JSONParser

public class JSONParser extends Object
Class which is used to parse JsonSerializableObject into a JSONObject - passed Object has to be of a Class which is annotated with JsonSerializableObject - it should contain at least one Field annotated with JsonElement or JsonFunction or JsonMethod
See Also:
JsonSerializableObject, JsonField, JsonMethod