Uses of Class
org.symphonyoss.s2.canon.model.Parameter
-
Packages that use Parameter Package Description org.symphonyoss.s2.canon.model -
-
Uses of Parameter in org.symphonyoss.s2.canon.model
Methods in org.symphonyoss.s2.canon.model that return Parameter Modifier and Type Method Description static ParameterParameter. create(ModelElement methodSchema, ParserContext paramContext)ParameterParameterContainer. getParameter(String name)ParameterParameterContainer. getParameter(org.symphonyoss.s2.canon.runtime.http.ParameterLocation location, String name)Methods in org.symphonyoss.s2.canon.model that return types with arguments of type Parameter Modifier and Type Method Description Map<org.symphonyoss.s2.canon.runtime.http.ParameterLocation,Map<String,Parameter>>ParameterContainer. getLocationMap()List<Parameter>ParameterContainer. getNonPathParameters()Map<String,Parameter>ParameterContainer. getParameterMap()List<Parameter>ParameterContainer. getParameters()List<Parameter>Operation. getPathParameters()
-