Interface NamespacesApi

All Known Implementing Classes:
NamespacesApiController

@Validated public interface NamespacesApi
  • Method Details

    • getDelegate

      NamespacesApiDelegate getDelegate()
    • getNamespaces

      @RequestMapping(value="/namespaces", produces="application/json", method=GET) default org.springframework.http.ResponseEntity<List<String>> getNamespaces()