Package org.springdoc.core.data
Class DataRestTagsService
java.lang.Object
org.springdoc.core.data.DataRestTagsService
The type Data rest tags builder.
- Author:
- bnasslahsen
-
Constructor Summary
ConstructorsConstructorDescriptionDataRestTagsService
(OpenAPIService openAPIService) Instantiates a new Data rest tags builder. -
Method Summary
Modifier and TypeMethodDescriptionvoid
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.
-
Constructor Details
-
DataRestTagsService
Instantiates a new Data rest tags builder.- Parameters:
openAPIService
- the open api builder
-
-
Method Details
-
buildSearchTags
public void buildSearchTags(io.swagger.v3.oas.models.Operation operation, org.springframework.web.method.HandlerMethod handlerMethod, DataRestRepository dataRestRepository, Method method) Build search tags.- Parameters:
operation
- the operationhandlerMethod
- the handler methoddataRestRepository
- the repository data restmethod
- the method
-
buildEntityTags
public void buildEntityTags(io.swagger.v3.oas.models.Operation operation, org.springframework.web.method.HandlerMethod handlerMethod, DataRestRepository dataRestRepository) Build entity tags.- Parameters:
operation
- the operationhandlerMethod
- the handler methoddataRestRepository
- the repository data rest
-