Interface RepositoryRestResourceProvider


  • public interface RepositoryRestResourceProvider
    The interface Repository rest resource provider.
    Author:
    bnasslahsen
    • Method Detail

      • getRouterOperations

        List<RouterOperation> getRouterOperations​(io.swagger.v3.oas.models.OpenAPI openAPI,
                                                  Locale locale)
        Gets router operations.
        Parameters:
        openAPI - the open api
        locale - the locale
        Returns:
        the router operations
      • getRepositoryRestControllerEndpoints

        Map<String,​Object> getRepositoryRestControllerEndpoints()
        Gets repository rest controller endpoints.
        Returns:
        the repository rest controller endpoints
      • getHandlerMethods

        Map getHandlerMethods()
        Gets handler methods.
        Returns:
        the handler methods
      • customize

        void customize​(io.swagger.v3.oas.models.OpenAPI openAPI)
        Customize.
        Parameters:
        openAPI - the open api