Uses of Class
com.ubs.backend.annotations.json.ElementTypeException
Packages that use ElementTypeException
-
Uses of ElementTypeException in com.ubs.backend.annotations.json
Methods in com.ubs.backend.annotations.json that throw ElementTypeExceptionModifier and TypeMethodDescriptionprivate StringJSONParser.getJsonString(Object object)private voidJSONParser.handleKeyObjectPair(Map<String,String> jsonElements, String key, Object o, String type) -
Uses of ElementTypeException in com.ubs.backend.annotations.json.handlers
Methods in com.ubs.backend.annotations.json.handlers that throw ElementTypeExceptionModifier and TypeMethodDescriptionConverts a Boolean into a String for a JSON ObjectConverts a Double into a String for a JSON ObjectConverts an Enumerated Object into a String for a JSON ObjectConverts a JSONAnnotated Object into a String for a JSON ObjectConverts a Float into a String for a JSON ObjectConverts an Integer 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 ObjectConverts a String into a String for a JSON ObjectHandles the JSON Object generation