Interface IRestServicesProvider

    • Method Detail

      • getClasses

        Set<Class<?>> getClasses()
        Get the classes of the REST service implementations. The classes are registered as REST services.
        Returns:
        The classes of the REST service implementations.
      • getSingletons

        Set<Object> getSingletons()
        Get the singletons of the REST service implementations. The singletons are registered as REST services.
        Returns:
        The singletons of the REST service implementations.