Class DataRestTagsService


  • public class DataRestTagsService
    extends Object
    The type Data rest tags builder.
    Author:
    bnasslahsen
    • Constructor Detail

      • DataRestTagsService

        public DataRestTagsService​(org.springdoc.core.OpenAPIService openAPIService)
        Instantiates a new Data rest tags builder.
        Parameters:
        openAPIService - the open api builder
    • 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 operation
        handlerMethod - the handler method
        dataRestRepository - 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 operation
        handlerMethod - the handler method
        dataRestRepository - the repository data rest