Interface OpenApiService

All Superinterfaces:
NamedService

public interface OpenApiService extends NamedService
OpenAPI service.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setup(HttpRules routing, String docPath, Function<MediaType,String> content)
    Set up the service.
    boolean
    supports(io.helidon.http.ServerRequestHeaders headers)
    Test if the service should handle a request.

    Methods inherited from interface io.helidon.common.config.NamedService

    name, type
  • Method Details

    • supports

      boolean supports(io.helidon.http.ServerRequestHeaders headers)
      Test if the service should handle a request.
      Parameters:
      headers - headers
      Returns:
      true if the service should handle the request
    • setup

      void setup(HttpRules routing, String docPath, Function<MediaType,String> content)
      Set up the service.
      Parameters:
      routing - routing
      docPath - document context path
      content - content function