Annotation Interface JsonSerializableObject


@Retention(RUNTIME) @Target(TYPE) public @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
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • listName

      String listName
      Returns:
      the name of the Object if it is a single list