Index
All Classes|All Packages|Constant Field Values|Serialized Form
J
- JOKE - Enum constant in enum class com.ubs.backend.classes.enums.AnswerType
-
Answer which contains a random joke
- JokeHandler - Class in com.ubs.backend.classes.instructions
- JokeHandler() - Constructor for class com.ubs.backend.classes.instructions.JokeHandler
- JSON_ANNOTATED - Enum constant in enum class com.ubs.backend.annotations.json.JSONType
-
Class with Json Annotation
- JSONAnnotatedHandler() - Constructor for class com.ubs.backend.annotations.json.handlers.DefaultHandlers.JSONAnnotatedHandler
- JsonField - Annotation Interface in com.ubs.backend.annotations.json
-
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
- JsonMethod - Annotation Interface in com.ubs.backend.annotations.json
-
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
- JSONParser - Class in com.ubs.backend.annotations.json
-
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
- JSONParser() - Constructor for class com.ubs.backend.annotations.json.JSONParser
-
no-args constructor
- JSONParser(Map<String, ElementHandler>) - Constructor for class com.ubs.backend.annotations.json.JSONParser
-
Constructor to set the list of handlers to your own
- JSONParser.JsonSerializationException - Class in com.ubs.backend.annotations.json
- JsonSerializableObject - Annotation Interface in com.ubs.backend.annotations.json
-
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
- JsonSerializationException(String) - Constructor for class com.ubs.backend.annotations.json.JSONParser.JsonSerializationException
- JSONType - Enum Class in com.ubs.backend.annotations.json
-
Datatypes which can be set for an object.
- JSONType() - Constructor for enum class com.ubs.backend.annotations.json.JSONType
- JSPFunctions - Class in com.ubs.backend.util
- JSPFunctions() - Constructor for class com.ubs.backend.util.JSPFunctions
All Classes|All Packages|Constant Field Values|Serialized Form