Class GenericRestServicesProvider

    • Constructor Detail

      • GenericRestServicesProvider

        public GenericRestServicesProvider()
    • Method Detail

      • getPackages

        public Set<String> getPackages()
        Description copied from interface: IRestServicePackagesProvider
        Get the package names of the REST service implementations. The packages are scanned for REST service implementations. Subpackages are scanned as well.
        Specified by:
        getPackages in interface IRestServicePackagesProvider
        Returns:
        The packages housing the REST service implementations.