Uses of Class
io.vertigo.vega.webservice.definitions.WebServiceParam
Packages that use WebServiceParam
Package
Description
-
Uses of WebServiceParam in io.vertigo.vega.impl.webservice.client
Methods in io.vertigo.vega.impl.webservice.client with parameters of type WebServiceParamModifier and TypeMethodDescriptionvoidHttpRequestBuilder.bodyParam(Object object, WebServiceParam webServiceParam) voidHttpRequestBuilder.innerBodyParam(String name, Object object, WebServiceParam webServiceParam) -
Uses of WebServiceParam in io.vertigo.vega.plugins.webservice.handler
Methods in io.vertigo.vega.plugins.webservice.handler with parameters of type WebServiceParamModifier and TypeMethodDescriptionWebServiceCallContext.getParamValue(WebServiceParam webServiceParam) Get param of an endpoint.WebServiceCallContext.getPathParam(WebServiceParam webServiceParam) Get path param of an endpoint.voidWebServiceCallContext.registerUpdatedDtObjects(WebServiceParam webServiceParam, Serializable updatedValue, Map<String, DtObject> contextKeyMap) Register Updated Dtos.voidWebServiceCallContext.setParamValue(WebServiceParam webServiceParam, Object value) Set param of an endpoint. -
Uses of WebServiceParam in io.vertigo.vega.plugins.webservice.handler.converter
Methods in io.vertigo.vega.plugins.webservice.handler.converter with parameters of type WebServiceParamModifier and TypeMethodDescriptionvoidDefaultJsonConverter.populateWebServiceCallContext(Object input, WebServiceParam webServiceParam, WebServiceCallContext routeContext) Converter source object into value object and put it into RouteContext.voidDtListDeltaJsonConverter.populateWebServiceCallContext(Object input, WebServiceParam webServiceParam, WebServiceCallContext routeContext) Converter source object into value object and put it into RouteContext.voidDtListJsonConverter.populateWebServiceCallContext(Object input, WebServiceParam webServiceParam, WebServiceCallContext routeContext) Converter source object into value object and put it into RouteContext.voidDtObjectJsonConverter.populateWebServiceCallContext(Object input, WebServiceParam webServiceParam, WebServiceCallContext routeContext) Converter source object into value object and put it into RouteContext.voidImplicitJsonConverter.populateWebServiceCallContext(Object input, WebServiceParam webServiceParam, WebServiceCallContext routeContext) Converter source object into value object and put it into RouteContext.voidJsonConverter.populateWebServiceCallContext(Object source, WebServiceParam webServiceParam, WebServiceCallContext routeContext) Converter source object into value object and put it into RouteContext.voidPrimitiveJsonConverter.populateWebServiceCallContext(Object input, WebServiceParam webServiceParam, WebServiceCallContext routeContext) Converter source object into value object and put it into RouteContext.voidVFileJsonConverter.populateWebServiceCallContext(Object input, WebServiceParam webServiceParam, WebServiceCallContext routeContext) Converter source object into value object and put it into RouteContext. -
Uses of WebServiceParam in io.vertigo.vega.plugins.webservice.handler.reader
Methods in io.vertigo.vega.plugins.webservice.handler.reader with parameters of type WebServiceParamModifier and TypeMethodDescriptionBodyJsonReader.extractData(jakarta.servlet.http.HttpServletRequest request, WebServiceParam webServiceParam, WebServiceCallContext routeContext) Extract parameter value from request as readType.HeaderJsonReader.extractData(jakarta.servlet.http.HttpServletRequest request, WebServiceParam webServiceParam, WebServiceCallContext routeContext) Extract parameter value from request as readType.InnerBodyJsonReader.extractData(jakarta.servlet.http.HttpServletRequest request, WebServiceParam webServiceParam, WebServiceCallContext routeContext) Extract parameter value from request as readType.JsonReader.extractData(jakarta.servlet.http.HttpServletRequest request, WebServiceParam webServiceParam, WebServiceCallContext routeContext) Extract parameter value from request as readType.PathJsonReader.extractData(jakarta.servlet.http.HttpServletRequest request, WebServiceParam webServiceParam, WebServiceCallContext routeContext) Extract parameter value from request as readType.QueryJsonReader.extractData(jakarta.servlet.http.HttpServletRequest request, WebServiceParam webServiceParam, WebServiceCallContext routeContext) Extract parameter value from request as readType.jakarta.servlet.http.HttpServletRequestRequestJsonReader.extractData(jakarta.servlet.http.HttpServletRequest request, WebServiceParam webServiceParam, WebServiceCallContext routeContext) Extract parameter value from request as readType. -
Uses of WebServiceParam in io.vertigo.vega.webservice.definitions
Methods in io.vertigo.vega.webservice.definitions that return WebServiceParamMethods in io.vertigo.vega.webservice.definitions that return types with arguments of type WebServiceParamMethods in io.vertigo.vega.webservice.definitions with parameters of type WebServiceParamModifier and TypeMethodDescriptionWebServiceDefinitionBuilder.addWebServiceParam(WebServiceParam webServiceParam)