Package com.ubs.backend.annotations.json
package com.ubs.backend.annotations.json
-
Class SummaryClassDescriptionClass 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
-
Enum Class Summary
-
Exception SummaryExceptionDescriptionThis exception will be throws if an Object was handled with the wrong handler
-
Annotation Interfaces SummaryAnnotation InterfaceDescriptionAnnotation to annotate Fields in a Class which will be converted to a JSONElement Class has to be annotated with JsonSerializableObject for this to workAnnotation to annotate Method in a Class which will be converted to a JSON Element Class has to be annotated with JsonSerializableObject for this to workIf a Class is annotated with this Annotation it can be converted into a JSON Object all values which should be contained in the JSON Object need to be annotated with @JsonElement or if it is a method @JsonFunction