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 UiContextGoogleJsonEngine. uiContextFromJson(String json, Map<String,Type> paramTypes)Specific convertion Json to UiContext.UiContextJsonEngine. 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 UiContextInnerBodyJsonReader. 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()
-