Uses of Class
io.vertigo.vega.webservice.definitions.WebServiceParam.WebServiceParamType
-
Packages that use WebServiceParam.WebServiceParamType Package Description io.vertigo.vega.plugins.webservice.handler.reader io.vertigo.vega.webservice.definitions -
-
Uses of WebServiceParam.WebServiceParamType in io.vertigo.vega.plugins.webservice.handler.reader
Methods in io.vertigo.vega.plugins.webservice.handler.reader that return WebServiceParam.WebServiceParamType Modifier and Type Method Description WebServiceParam.WebServiceParamType[]BodyJsonReader. getSupportedInput()WebServiceParam.WebServiceParamType[]HeaderJsonReader. getSupportedInput()WebServiceParam.WebServiceParamType[]InnerBodyJsonReader. getSupportedInput()WebServiceParam.WebServiceParamType[]JsonReader. getSupportedInput()WebServiceParam.WebServiceParamType[]PathJsonReader. getSupportedInput()WebServiceParam.WebServiceParamType[]QueryJsonReader. getSupportedInput()WebServiceParam.WebServiceParamType[]RequestJsonReader. getSupportedInput() -
Uses of WebServiceParam.WebServiceParamType in io.vertigo.vega.webservice.definitions
Methods in io.vertigo.vega.webservice.definitions that return WebServiceParam.WebServiceParamType Modifier and Type Method Description WebServiceParam.WebServiceParamTypeWebServiceParam. getParamType()static WebServiceParam.WebServiceParamTypeWebServiceParam.WebServiceParamType. valueOf(String name)Returns the enum constant of this type with the specified name.static WebServiceParam.WebServiceParamType[]WebServiceParam.WebServiceParamType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertigo.vega.webservice.definitions with parameters of type WebServiceParam.WebServiceParamType Modifier and Type Method Description WebServiceParamBuilderWebServiceParamBuilder. with(WebServiceParam.WebServiceParamType restParamType, String restParamName)
-