Uses of Class
com.ubs.backend.annotations.json.JSONParser.JsonSerializationException
Packages that use JSONParser.JsonSerializationException
-
Uses of JSONParser.JsonSerializationException in com.ubs.backend.annotations.json
Methods in com.ubs.backend.annotations.json that throw JSONParser.JsonSerializationExceptionModifier and TypeMethodDescriptionprivate voidJSONParser.checkIfSerializable(Object object)Checks if an object is Serializableprivate StringJSONParser.getJsonString(Object object)private voidJSONParser.handleKeyObjectPair(Map<String,String> jsonElements, String key, Object o, String type)JSONParser.listToJSON(Object[] values, Class<?> clazz, ParserResponseType response)JSONParser.listToJSON(List<?> list, Class<?> clazz, ParserResponseType response)JSONParser.objectToJSON(Object object) -
Uses of JSONParser.JsonSerializationException in com.ubs.backend.annotations.json.handlers
Methods in com.ubs.backend.annotations.json.handlers that throw JSONParser.JsonSerializationExceptionModifier and TypeMethodDescriptionConverts an Enumerated Object into a String for a JSON ObjectConverts a JSONAnnotated Object into a String for a JSON ObjectConverts a JSONAnnotated Object into a String for a JSON ObjectConverts a List into a String for a JSON ObjectHandles the JSON Object generation