public class GenericResponseBuilder extends Object
Modifier and Type | Method and Description |
---|---|
io.swagger.v3.oas.models.responses.ApiResponses |
build(io.swagger.v3.oas.models.Components components,
org.springframework.web.method.HandlerMethod handlerMethod,
io.swagger.v3.oas.models.Operation operation,
MethodAttributes methodAttributes) |
void |
buildGenericResponse(io.swagger.v3.oas.models.Components components,
Map<String,Object> findControllerAdvice) |
io.swagger.v3.oas.models.media.Schema |
calculateSchema(io.swagger.v3.oas.models.Components components,
Type returnType,
com.fasterxml.jackson.annotation.JsonView jsonView) |
public io.swagger.v3.oas.models.responses.ApiResponses build(io.swagger.v3.oas.models.Components components, org.springframework.web.method.HandlerMethod handlerMethod, io.swagger.v3.oas.models.Operation operation, MethodAttributes methodAttributes)
public void buildGenericResponse(io.swagger.v3.oas.models.Components components, Map<String,Object> findControllerAdvice)
public io.swagger.v3.oas.models.media.Schema calculateSchema(io.swagger.v3.oas.models.Components components, Type returnType, com.fasterxml.jackson.annotation.JsonView jsonView)
Copyright © 2020. All rights reserved.