Uses of Class
com.algorand.algosdk.kmd.client.JSON
-
Packages that use JSON Package Description com.algorand.algosdk.kmd.client -
-
Uses of JSON in com.algorand.algosdk.kmd.client
Methods in com.algorand.algosdk.kmd.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 com.algorand.algosdk.kmd.client with parameters of type JSON Modifier and Type Method Description ApiClient
ApiClient. setJSON(JSON json)
Set JSON
-