Interface ServerConfigurableFactory


public interface ServerConfigurableFactory
Manages the creation of server-side Configurable<FeatureContext> depending on the presence of managed runtime (like CDI f.e.). Note: this interface may change in the future without a prior notice, please be aware of that.
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.ws.rs.core.Configurable<jakarta.ws.rs.core.FeatureContext>
    create(jakarta.ws.rs.core.FeatureContext context)
     
  • Method Details

    • create

      jakarta.ws.rs.core.Configurable<jakarta.ws.rs.core.FeatureContext> create(jakarta.ws.rs.core.FeatureContext context)