Uses of Class
org.ovirt.vdsm.jsonrpc.client.utils.JsonResponseUtil
-
Packages that use JsonResponseUtil Package Description org.ovirt.vdsm.jsonrpc.client.utils -
-
Uses of JsonResponseUtil in org.ovirt.vdsm.jsonrpc.client.utils
Methods in org.ovirt.vdsm.jsonrpc.client.utils that return JsonResponseUtil Modifier and Type Method Description JsonResponseUtil
JsonResponseUtil. withIgnoreResponseKey()
During response decomposition we will ignore default key and use raw response structure as resultMap
.JsonResponseUtil
JsonResponseUtil. withResponseKey(java.lang.String responseKey)
JsonResponseUtil
JsonResponseUtil. withResponseType(java.lang.Class<?> clazz)
JsonResponseUtil
JsonResponseUtil. withSubTypeClazz(java.lang.Class<?> clazz)
JsonResponseUtil
JsonResponseUtil. withSubtypeKey(java.lang.String subTypeKey)
-