Interface NamespacesApiDelegate

All Known Implementing Classes:
NamespacesApiServiceImpl

public interface NamespacesApiDelegate
A delegate to be called by the NamespacesApiController}. Implement this interface with a Service annotated class.
  • Field Details

    • log

      static final org.slf4j.Logger log
  • Method Details

    • getObjectMapper

      default Optional<com.fasterxml.jackson.databind.ObjectMapper> getObjectMapper()
    • getRequest

      default Optional<jakarta.servlet.http.HttpServletRequest> getRequest()
    • getAcceptHeader

      default Optional<String> getAcceptHeader()
    • getNamespaces

      default org.springframework.http.ResponseEntity<List<String>> getNamespaces()
      See Also: