public class DataRestTagsBuilder extends Object
| Constructor and Description |
|---|
DataRestTagsBuilder(org.springdoc.core.OpenAPIBuilder openAPIBuilder)
Instantiates a new Data rest tags builder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
buildEntityTags(io.swagger.v3.oas.models.Operation operation,
org.springframework.web.method.HandlerMethod handlerMethod,
DataRestRepository dataRestRepository)
Build entity tags.
|
void |
buildSearchTags(io.swagger.v3.oas.models.Operation operation,
org.springframework.web.method.HandlerMethod handlerMethod,
DataRestRepository dataRestRepository)
Build search tags.
|
public DataRestTagsBuilder(org.springdoc.core.OpenAPIBuilder openAPIBuilder)
openAPIBuilder - the open api builderpublic void buildSearchTags(io.swagger.v3.oas.models.Operation operation,
org.springframework.web.method.HandlerMethod handlerMethod,
DataRestRepository dataRestRepository)
operation - the operationhandlerMethod - the handler methoddataRestRepository - the repository data restpublic void buildEntityTags(io.swagger.v3.oas.models.Operation operation,
org.springframework.web.method.HandlerMethod handlerMethod,
DataRestRepository dataRestRepository)
operation - the operationhandlerMethod - the handler methoddataRestRepository - the repository data restCopyright © 2020. All rights reserved.