Uses of Class
io.vertigo.vega.engines.webservice.json.UiContext
-
Packages that use UiContext Package Description io.vertigo.vega.engines.webservice.json io.vertigo.vega.plugins.webservice.handler.reader -
-
Uses of UiContext in io.vertigo.vega.engines.webservice.json
Methods in io.vertigo.vega.engines.webservice.json that return UiContext Modifier and Type Method Description UiContext
GoogleJsonEngine. uiContextFromJson(String json, Map<String,Type> paramTypes)
Specific convertion Json to UiContext.UiContext
JsonEngine. uiContextFromJson(String json, Map<String,Type> paramTypes)
Specific convertion Json to UiContext. -
Uses of UiContext in io.vertigo.vega.plugins.webservice.handler.reader
Methods in io.vertigo.vega.plugins.webservice.handler.reader that return UiContext Modifier and Type Method Description UiContext
InnerBodyJsonReader. extractData(javax.servlet.http.HttpServletRequest request, WebServiceParam webServiceParam, WebServiceCallContext routeContext)
Extract parameter value from request as readType.Methods in io.vertigo.vega.plugins.webservice.handler.reader that return types with arguments of type UiContext Modifier and Type Method Description Class<UiContext>
InnerBodyJsonReader. getSupportedOutput()
-