@Component public class RequestBuilder extends AbstractRequestBuilder
Constructor and Description |
---|
RequestBuilder() |
Modifier and Type | Method and Description |
---|---|
io.swagger.v3.oas.models.Operation |
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,
String[] allConsumes) |
applyBeanValidatorAnnotations, buildParamDefault, buildParameterFromDoc, buildParams, buildRequestBody, getParameterAnnotation
public io.swagger.v3.oas.models.Operation 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, String[] allConsumes)
build
in class AbstractRequestBuilder
Copyright © 2019. All rights reserved.