public abstract class AbstractRequestBuilder extends Object
Modifier | Constructor and Description |
---|---|
protected |
AbstractRequestBuilder(AbstractParameterBuilder parameterBuilder,
RequestBodyBuilder requestBodyBuilder) |
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,
MediaAttributes mediaAttributes) |
protected abstract boolean |
isParamTypeToIgnore(Class<?> paramType) |
protected AbstractRequestBuilder(AbstractParameterBuilder parameterBuilder, RequestBodyBuilder requestBodyBuilder)
protected abstract boolean isParamTypeToIgnore(Class<?> paramType)
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, MediaAttributes mediaAttributes)
Copyright © 2019. All rights reserved.