Package com.ubs.backend.annotations.json


package com.ubs.backend.annotations.json
  • Class Summary
    Class
    Description
    Class 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
    Enum Class
    Description
    Datatypes which can be set for an object.
     
  • Exception Summary
    Exception
    Description
    This exception will be throws if an Object was handled with the wrong handler
  • Annotation Interfaces Summary
    Annotation Interface
    Description
    Annotation to annotate Fields in a Class which will be converted to a JSONElement Class has to be annotated with JsonSerializableObject for this to work
    Annotation to annotate Method in a Class which will be converted to a JSON Element Class has to be annotated with JsonSerializableObject for this to work
    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