Uses of Class
io.swagger.v3.oas.models.parameters.Parameter
-
Packages that use Parameter Package Description io.swagger.v3.oas.models io.swagger.v3.oas.models.parameters -
-
Uses of Parameter in io.swagger.v3.oas.models
Methods in io.swagger.v3.oas.models that return types with arguments of type Parameter Modifier and Type Method Description Map<String,Parameter>Components. getParameters()returns the parameters property from a Components instance.List<Parameter>Operation. getParameters()returns the parameters property from a Operation instance.List<Parameter>PathItem. getParameters()returns the parameters property from a PathItem instance.Methods in io.swagger.v3.oas.models with parameters of type Parameter Modifier and Type Method Description ComponentsComponents. addParameters(String key, Parameter parametersItem)OperationOperation. addParametersItem(Parameter parametersItem)PathItemPathItem. addParametersItem(Parameter parametersItem)Method parameters in io.swagger.v3.oas.models with type arguments of type Parameter Modifier and Type Method Description ComponentsComponents. parameters(Map<String,Parameter> parameters)OperationOperation. parameters(List<Parameter> parameters)PathItemPathItem. parameters(List<Parameter> parameters)voidComponents. setParameters(Map<String,Parameter> parameters)voidOperation. setParameters(List<Parameter> parameters)voidPathItem. setParameters(List<Parameter> parameters) -
Uses of Parameter in io.swagger.v3.oas.models.parameters
Subclasses of Parameter in io.swagger.v3.oas.models.parameters Modifier and Type Class Description classCookieParameterCookieParameterclassHeaderParameterHeaderParameterclassPathParameterPathParameterclassQueryParameterQueryParameterMethods in io.swagger.v3.oas.models.parameters that return Parameter Modifier and Type Method Description ParameterParameter. $ref(String $ref)ParameterParameter. addExample(String key, Example examplesItem)ParameterParameter. allowEmptyValue(Boolean allowEmptyValue)ParameterParameter. allowReserved(Boolean allowReserved)ParameterParameter. content(Content content)ParameterParameter. deprecated(Boolean deprecated)ParameterParameter. description(String description)ParameterParameter. example(Object example)ParameterParameter. examples(Map<String,Example> examples)ParameterParameter. explode(Boolean explode)ParameterParameter. extensions(Map<String,Object> extensions)ParameterParameter. in(String in)ParameterParameter. name(String name)ParameterParameter. required(Boolean required)ParameterParameter. schema(Schema schema)ParameterParameter. style(Parameter.StyleEnum style)
-