Uses of Class
com.github.chhorz.openapi.common.domain.Parameter
Packages that use Parameter
-
Uses of Parameter in com.github.chhorz.openapi.common.domain
Methods in com.github.chhorz.openapi.common.domain that return types with arguments of type ParameterMethods in com.github.chhorz.openapi.common.domain with parameters of type ParameterMethod parameters in com.github.chhorz.openapi.common.domain with type arguments of type ParameterModifier and TypeMethodDescriptionvoid
Operation.addParameterObjects
(List<Parameter> parameterObjects) -
Uses of Parameter in com.github.chhorz.openapi.spring.util
Methods in com.github.chhorz.openapi.spring.util that return ParameterModifier and TypeMethodDescriptionParameterUtils.mapPathVariable
(String path, VariableElement variableElement, List<com.github.chhorz.javadoc.tags.ParamTag> parameterDocs) ParameterUtils.mapRequestHeader
(VariableElement variableElement, List<com.github.chhorz.javadoc.tags.ParamTag> parameterDocs) ParameterUtils.mapRequestParam
(VariableElement variableElement, List<com.github.chhorz.javadoc.tags.ParamTag> parameterDocs)