io.swagger.v3.oas.models.responses.ApiResponses |
GenericResponseBuilder.build(io.swagger.v3.oas.models.Components components,
org.springframework.web.method.HandlerMethod handlerMethod,
io.swagger.v3.oas.models.Operation operation,
MethodAttributes methodAttributes) |
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.OpenAPI openAPI) |
Optional<Map<String,io.swagger.v3.oas.models.callbacks.Callback>> |
OperationBuilder.buildCallbacks(Set<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,
MethodAttributes methodAttributes,
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) |