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
      • getBasePathAwareControllerEndpoints

        Map<String,​Object> getBasePathAwareControllerEndpoints()
        Gets Base PathAwar eController endpoints.
        Returns:
        the Base PathAware 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