Interface ServerConfig

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Set<Resource> getResources()
      Get programmatically modeled resources.
      • Methods inherited from interface javax.ws.rs.core.Configuration

        getClasses, getContracts, getInstances, getProperties, getProperty, getPropertyNames, getRuntimeType, isEnabled, isEnabled, isRegistered, isRegistered
    • Method Detail

      • getResources

        java.util.Set<Resource> getResources()
        Get programmatically modeled resources.
        Returns:
        programmatically modeled resources.