Class DataRestTagsService

java.lang.Object
org.springdoc.core.data.DataRestTagsService

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

    • DataRestTagsService

      public DataRestTagsService(OpenAPIService openAPIService)
      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 operation
      handlerMethod - the handler method
      dataRestRepository - the repository data rest
      method - 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 operation
      handlerMethod - the handler method
      dataRestRepository - the repository data rest