Uses of Class
org.springdoc.core.models.ParameterId
Packages that use ParameterId
-
Uses of ParameterId in org.springdoc.core.models
Methods in org.springdoc.core.models that return ParameterIdMethods in org.springdoc.core.models with parameters of type ParameterIdModifier and TypeMethodDescriptionvoidParameterInfo.setParameterId(ParameterId parameterId) Sets parameter id. -
Uses of ParameterId in org.springdoc.core.service
Method parameters in org.springdoc.core.service 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.