Class ServiceFinder.DefaultServiceIteratorProvider

java.lang.Object
org.glassfish.jersey.internal.ServiceFinder.ServiceIteratorProvider
org.glassfish.jersey.internal.ServiceFinder.DefaultServiceIteratorProvider
Enclosing class:
ServiceFinder<T>

public static final class ServiceFinder.DefaultServiceIteratorProvider extends ServiceFinder.ServiceIteratorProvider
The default service iterator provider that looks up provider classes in META-INF/services files.

This class may utilized if a ServiceFinder.ServiceIteratorProvider needs to reuse the default implementation.

  • Constructor Details

    • DefaultServiceIteratorProvider

      public DefaultServiceIteratorProvider()
  • Method Details