Uses of Class
org.springdoc.core.MethodAttributes
Packages that use MethodAttributes
-
Uses of MethodAttributes in org.springdoc.core
Methods in org.springdoc.core with parameters of type MethodAttributesModifier and TypeMethodDescriptionio.swagger.v3.oas.models.Operation
AbstractRequestService.build
(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) Build operation.io.swagger.v3.oas.models.responses.ApiResponses
GenericResponseService.build
(io.swagger.v3.oas.models.Components components, org.springframework.web.method.HandlerMethod handlerMethod, io.swagger.v3.oas.models.Operation operation, MethodAttributes methodAttributes) Build api responses.OperationService.buildCallbacks
(Set<io.swagger.v3.oas.annotations.callbacks.Callback> apiCallbacks, io.swagger.v3.oas.models.OpenAPI openAPI, MethodAttributes methodAttributes) Build callbacks optional.static void
GenericResponseService.buildContentFromDoc
(io.swagger.v3.oas.models.Components components, io.swagger.v3.oas.models.responses.ApiResponses apiResponsesOp, MethodAttributes methodAttributes, io.swagger.v3.oas.annotations.responses.ApiResponse apiResponseAnnotations, io.swagger.v3.oas.models.responses.ApiResponse apiResponse) Build content from doc.Optional<io.swagger.v3.oas.models.parameters.RequestBody>
RequestBodyService.buildRequestBodyFromDoc
(io.swagger.v3.oas.annotations.parameters.RequestBody requestBody, io.swagger.v3.oas.models.parameters.RequestBody requestBodyOp, MethodAttributes methodAttributes, io.swagger.v3.oas.models.Components components) Build request body from doc optional.Optional<io.swagger.v3.oas.models.parameters.RequestBody>
RequestBodyService.buildRequestBodyFromDoc
(io.swagger.v3.oas.annotations.parameters.RequestBody requestBody, io.swagger.v3.oas.models.parameters.RequestBody requestBodyOp, MethodAttributes methodAttributes, io.swagger.v3.oas.models.Components components, com.fasterxml.jackson.annotation.JsonView jsonViewAnnotation) Build request body from doc optional.Optional<io.swagger.v3.oas.models.parameters.RequestBody>
RequestBodyService.buildRequestBodyFromDoc
(io.swagger.v3.oas.annotations.parameters.RequestBody requestBody, MethodAttributes methodAttributes, io.swagger.v3.oas.models.Components components) Build request body from doc optional.Optional<io.swagger.v3.oas.models.parameters.RequestBody>
RequestBodyService.buildRequestBodyFromDoc
(io.swagger.v3.oas.annotations.parameters.RequestBody requestBody, MethodAttributes methodAttributes, io.swagger.v3.oas.models.Components components, com.fasterxml.jackson.annotation.JsonView jsonViewAnnotation) Build request body from doc optional.void
RequestBodyService.calculateRequestBodyInfo
(io.swagger.v3.oas.models.Components components, MethodAttributes methodAttributes, ParameterInfo parameterInfo, RequestBodyInfo requestBodyInfo) Calculate request body info.static Collection<io.swagger.v3.oas.models.parameters.Parameter>
AbstractRequestService.getHeaders
(MethodAttributes methodAttributes, Map<ParameterId, io.swagger.v3.oas.models.parameters.Parameter> map) Gets headers.io.swagger.v3.oas.models.OpenAPI
OperationService.parse
(io.swagger.v3.oas.annotations.Operation apiOperation, io.swagger.v3.oas.models.Operation operation, io.swagger.v3.oas.models.OpenAPI openAPI, MethodAttributes methodAttributes) Parse open api.