Package org.springdoc.data.rest.core
Class DataRestTagsService
- java.lang.Object
-
- org.springdoc.data.rest.core.DataRestTagsService
-
public class DataRestTagsService extends Object
The type Data rest tags builder.- Author:
- bnasslahsen
-
-
Constructor Summary
Constructors Constructor Description DataRestTagsService(org.springdoc.core.OpenAPIService openAPIService)Instantiates a new Data rest tags builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuildEntityTags(io.swagger.v3.oas.models.Operation operation, org.springframework.web.method.HandlerMethod handlerMethod, DataRestRepository dataRestRepository)Build entity tags.voidbuildSearchTags(io.swagger.v3.oas.models.Operation operation, org.springframework.web.method.HandlerMethod handlerMethod, DataRestRepository dataRestRepository, Method method)Build search tags.
-
-
-
Method Detail
-
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 rest
-
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
-
-