Uses of Enum Class
com.ubs.backend.annotations.json.ParserResponseType
Packages that use ParserResponseType
-
Uses of ParserResponseType in com.ubs.backend.annotations.json
Methods in com.ubs.backend.annotations.json that return ParserResponseTypeModifier and TypeMethodDescriptionstatic ParserResponseTypeReturns the enum constant of this class with the specified name.static ParserResponseType[]ParserResponseType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ubs.backend.annotations.json with parameters of type ParserResponseTypeModifier and TypeMethodDescriptionJSONParser.listToJSON(Object[] values, Class<?> clazz, ParserResponseType response)JSONParser.listToJSON(List<?> list, Class<?> clazz, ParserResponseType response)