Enum Class JSONType

java.lang.Object
java.lang.Enum<JSONType>
com.ubs.backend.annotations.json.JSONType
All Implemented Interfaces:
Serializable, Comparable<JSONType>, Constable

public enum JSONType extends Enum<JSONType>
Datatypes which can be set for an object. Always has to be set in a JsonElement and JsonFunction annotation
See Also:
JsonField, JsonMethod