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