@Component public class GeneralInfoBuilder extends Object
Constructor and Description |
---|
GeneralInfoBuilder(org.springframework.context.ApplicationContext context,
SecurityParser securityParser) |
Modifier and Type | Method and Description |
---|---|
void |
addTag(Set<org.springframework.web.method.HandlerMethod> handlerMethods,
String tagName) |
void |
build(io.swagger.v3.oas.models.OpenAPI openAPI) |
io.swagger.v3.oas.models.Operation |
buildTags(org.springframework.web.method.HandlerMethod handlerMethod,
io.swagger.v3.oas.models.Operation operation,
io.swagger.v3.oas.models.OpenAPI openAPI) |
Map<String,Object> |
getControllerAdviceMap() |
Map<String,Object> |
getRequestMappingMap() |
Map<String,Object> |
getRestControllersMap() |
void |
setServerBaseUrl(String serverBaseUrl) |
public GeneralInfoBuilder(org.springframework.context.ApplicationContext context, SecurityParser securityParser)
public void build(io.swagger.v3.oas.models.OpenAPI openAPI)
public io.swagger.v3.oas.models.Operation buildTags(org.springframework.web.method.HandlerMethod handlerMethod, io.swagger.v3.oas.models.Operation operation, io.swagger.v3.oas.models.OpenAPI openAPI)
public void setServerBaseUrl(String serverBaseUrl)
public void addTag(Set<org.springframework.web.method.HandlerMethod> handlerMethods, String tagName)
Copyright © 2019. All rights reserved.