Uses of Class
io.swagger.client.JSON
-
Packages that use JSON Package Description io.swagger.client -
-
Uses of JSON in io.swagger.client
Methods in io.swagger.client that return JSON Modifier and Type Method Description JSON
ApiClient. getJSON()
Get JSONJSON
JSON. setDateFormat(DateFormat dateFormat)
JSON
JSON. setGson(com.google.gson.Gson gson)
Set Gson.JSON
JSON. setLenientOnJson(boolean lenientOnJson)
JSON
JSON. setLocalDateFormat(org.threeten.bp.format.DateTimeFormatter dateFormat)
JSON
JSON. setOffsetDateTimeFormat(org.threeten.bp.format.DateTimeFormatter dateFormat)
JSON
JSON. setSqlDateFormat(DateFormat dateFormat)
Methods in io.swagger.client with parameters of type JSON Modifier and Type Method Description ApiClient
ApiClient. setJSON(JSON json)
Set JSON
-