public class DataRestOperationBuilder extends Object
| Constructor and Description |
|---|
DataRestOperationBuilder(DataRestRequestBuilder dataRestRequestBuilder,
DataRestTagsBuilder tagsBuilder,
DataRestResponseBuilder dataRestResponseBuilder) |
| Modifier and Type | Method and Description |
|---|---|
io.swagger.v3.oas.models.Operation |
buildOperation(org.springframework.web.method.HandlerMethod handlerMethod,
Class<?> domainType,
io.swagger.v3.oas.models.OpenAPI openAPI,
org.springframework.web.bind.annotation.RequestMethod requestMethod,
String operationPath,
org.springdoc.core.MethodAttributes methodAttributes,
org.springframework.data.rest.core.mapping.ResourceMetadata resourceMetadata,
org.springframework.data.rest.core.mapping.MethodResourceMapping methodResourceMapping,
org.springdoc.data.rest.core.ControllerType controllerType) |
public DataRestOperationBuilder(DataRestRequestBuilder dataRestRequestBuilder, DataRestTagsBuilder tagsBuilder, DataRestResponseBuilder dataRestResponseBuilder)
public io.swagger.v3.oas.models.Operation buildOperation(org.springframework.web.method.HandlerMethod handlerMethod,
Class<?> domainType,
io.swagger.v3.oas.models.OpenAPI openAPI,
org.springframework.web.bind.annotation.RequestMethod requestMethod,
String operationPath,
org.springdoc.core.MethodAttributes methodAttributes,
org.springframework.data.rest.core.mapping.ResourceMetadata resourceMetadata,
org.springframework.data.rest.core.mapping.MethodResourceMapping methodResourceMapping,
org.springdoc.data.rest.core.ControllerType controllerType)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.