Uses of Class
org.springdoc.core.ParameterId
Packages that use ParameterId
-
Uses of ParameterId in org.springdoc.core
Methods in org.springdoc.core that return ParameterIdMethods in org.springdoc.core with parameters of type ParameterIdModifier and TypeMethodDescriptionvoid
ParameterInfo.setParameterId
(ParameterId parameterId) Sets parameter id.Method parameters in org.springdoc.core with type arguments of type ParameterIdModifier and TypeMethodDescriptionstatic Collection<io.swagger.v3.oas.models.parameters.Parameter>
AbstractRequestService.getHeaders
(MethodAttributes methodAttributes, Map<ParameterId, io.swagger.v3.oas.models.parameters.Parameter> map) Gets headers.