Index

A C D E G H J M O P R T V 
All Classes and Interfaces|All Packages

J

JSONArrayBodyHandler<Item> - Class in com.github.tadukoo.web.rest.json
A Response Body Handler used for grabbing the response as a JSONArray.
JSONArrayBodyHandler(Class<Item>) - Constructor for class com.github.tadukoo.web.rest.json.JSONArrayBodyHandler
Constructs a JSON Array Body Handler for the given type of item
JSONClassBodyHandler<J extends com.github.tadukoo.parsing.json.JSONClass> - Class in com.github.tadukoo.web.rest.json
A Response Body Handler used for grabbing the response as a specific JSONClass.
JSONClassBodyHandler(Class<J>) - Constructor for class com.github.tadukoo.web.rest.json.JSONClassBodyHandler
Constructs a JSON Class Body Handler for the given JSONClass
JSONObjectBodyHandler - Class in com.github.tadukoo.web.rest.json
A Response Body Handler used for grabbing the response as a JSONObject.
JSONObjectBodyHandler() - Constructor for class com.github.tadukoo.web.rest.json.JSONObjectBodyHandler
 
A C D E G H J M O P R T V 
All Classes and Interfaces|All Packages