Interface ApiSupport

    • Method Detail

      • getJerseyResources

        default Collection<Class<? extends JerseyResource>> getJerseyResources()
        Returns any JAX-RS annotated v2 APIs associated with this request handler.
        See Also:
        getApis()
      • registerV1

        default Boolean registerV1()
        Whether this should be made available at the regular legacy path
      • registerV2

        default Boolean registerV2()
        Whether this request handler must be made available at the /v2/ path