Class ServiceFinder.LazyClassIterator<T>

java.lang.Object
org.glassfish.jersey.internal.ServiceFinder.AbstractLazyIterator<T>
org.glassfish.jersey.internal.ServiceFinder.LazyClassIterator<T>
All Implemented Interfaces:
Iterator<Class<T>>
Enclosing class:
ServiceFinder<T>

private static final class ServiceFinder.LazyClassIterator<T> extends ServiceFinder.AbstractLazyIterator<T> implements Iterator<Class<T>>
  • Constructor Details

    • LazyClassIterator

      private LazyClassIterator(Class<T> service, String serviceName, ClassLoader loader, boolean ignoreOnClassNotFound)
  • Method Details