public class DataRestResponseBuilder extends Object
| Constructor and Description |
|---|
DataRestResponseBuilder(org.springdoc.core.GenericResponseBuilder genericResponseBuilder) |
| Modifier and Type | Method and Description |
|---|---|
void |
buildEntityResponse(io.swagger.v3.oas.models.Operation operation,
org.springframework.web.method.HandlerMethod handlerMethod,
io.swagger.v3.oas.models.OpenAPI openAPI,
org.springframework.web.bind.annotation.RequestMethod requestMethod,
String operationPath,
Class<?> domainType,
org.springdoc.core.MethodAttributes methodAttributes) |
void |
buildSearchResponse(io.swagger.v3.oas.models.Operation operation,
org.springframework.web.method.HandlerMethod handlerMethod,
io.swagger.v3.oas.models.OpenAPI openAPI,
org.springframework.data.rest.core.mapping.MethodResourceMapping methodResourceMapping,
Class<?> domainType,
org.springdoc.core.MethodAttributes methodAttributes) |
public DataRestResponseBuilder(org.springdoc.core.GenericResponseBuilder genericResponseBuilder)
public void buildSearchResponse(io.swagger.v3.oas.models.Operation operation,
org.springframework.web.method.HandlerMethod handlerMethod,
io.swagger.v3.oas.models.OpenAPI openAPI,
org.springframework.data.rest.core.mapping.MethodResourceMapping methodResourceMapping,
Class<?> domainType,
org.springdoc.core.MethodAttributes methodAttributes)
public void buildEntityResponse(io.swagger.v3.oas.models.Operation operation,
org.springframework.web.method.HandlerMethod handlerMethod,
io.swagger.v3.oas.models.OpenAPI openAPI,
org.springframework.web.bind.annotation.RequestMethod requestMethod,
String operationPath,
Class<?> domainType,
org.springdoc.core.MethodAttributes methodAttributes)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.