Package com.github.tadukoo.web.rest.json
package com.github.tadukoo.web.rest.json
Utilities for working with JSON in a REST API
-
ClassesClassDescriptionJSONArrayBodyHandler<Item>A Response Body Handler used for grabbing the response as a
JSONArray.JSONClassBodyHandler<J extends com.github.tadukoo.parsing.json.JSONClass>A Response Body Handler used for grabbing the response as a specificJSONClass.A Response Body Handler used for grabbing the response as aJSONObject.