Package com.ubs.backend.annotations.json
Annotation Interface JsonSerializableObject
If 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
- See Also:
JsonField,JsonMethod
-
Required Element Summary
Required Elements
-
Element Details
-
listName
String listName- Returns:
- the name of the Object if it is a single list
-