Package com.github.tadukoo.web.rest.json


package com.github.tadukoo.web.rest.json
Utilities for working with JSON in a REST API
  • Classes
    Class
    Description
    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 specific JSONClass.
    A Response Body Handler used for grabbing the response as a JSONObject.