public class DataRestTagsService extends Object
| Constructor and Description |
|---|
DataRestTagsService(org.springdoc.core.OpenAPIService openAPIService)
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,
Method method)
Build search tags.
|
public DataRestTagsService(org.springdoc.core.OpenAPIService openAPIService)
openAPIService - the open api builderpublic void buildSearchTags(io.swagger.v3.oas.models.Operation operation,
org.springframework.web.method.HandlerMethod handlerMethod,
DataRestRepository dataRestRepository,
Method method)
operation - the operationhandlerMethod - the handler methoddataRestRepository - the repository data restmethod - the methodpublic 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 © 2024. All rights reserved.