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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      javax.ws.rs.core.Configurable<javax.ws.rs.core.FeatureContext> create​(javax.ws.rs.core.FeatureContext context)  
    • Method Detail

      • create

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