Uses of Class
org.springdoc.core.MethodAttributes
-
Packages that use MethodAttributes Package Description org.springdoc.core -
-
Uses of MethodAttributes in org.springdoc.core
Methods in org.springdoc.core with parameters of type MethodAttributes Modifier and Type Method Description io.swagger.v3.oas.models.Operation
AbstractRequestBuilder. build(io.swagger.v3.oas.models.Components components, org.springframework.web.method.HandlerMethod handlerMethod, org.springframework.web.bind.annotation.RequestMethod requestMethod, io.swagger.v3.oas.models.Operation operation, MethodAttributes methodAttributes)
io.swagger.v3.oas.models.responses.ApiResponses
AbstractResponseBuilder. build(io.swagger.v3.oas.models.Components components, org.springframework.web.method.HandlerMethod handlerMethod, io.swagger.v3.oas.models.Operation operation, MethodAttributes methodAttributes)
Optional<Map<String,io.swagger.v3.oas.models.callbacks.Callback>>
OperationBuilder. buildCallbacks(List<io.swagger.v3.oas.annotations.callbacks.Callback> apiCallbacks, io.swagger.v3.oas.models.Components components, io.swagger.v3.oas.models.OpenAPI openAPI, MethodAttributes methodAttributes)
void
RequestBodyBuilder. calculateRequestBodyInfo(io.swagger.v3.oas.models.Components components, org.springframework.web.method.HandlerMethod handlerMethod, MethodAttributes methodAttributes, int i, org.springdoc.core.ParameterInfo parameterInfo, org.springdoc.core.RequestBodyInfo requestBodyInfo)
io.swagger.v3.oas.models.OpenAPI
OperationBuilder. parse(io.swagger.v3.oas.models.Components components, io.swagger.v3.oas.annotations.Operation apiOperation, io.swagger.v3.oas.models.Operation operation, io.swagger.v3.oas.models.OpenAPI openAPI, MethodAttributes methodAttributes)
-