Class ServiceFinder.LazyClassIterator<T>
java.lang.Object
org.glassfish.jersey.internal.ServiceFinder.AbstractLazyIterator<T>
org.glassfish.jersey.internal.ServiceFinder.LazyClassIterator<T>
- Enclosing class:
ServiceFinder<T>
private static final class ServiceFinder.LazyClassIterator<T>
extends ServiceFinder.AbstractLazyIterator<T>
implements Iterator<Class<T>>
-
Field Summary
Fields inherited from class ServiceFinder.AbstractLazyIterator
configs, ignoreOnClassNotFound, loader, nextName, pending, returned, service, serviceName -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateLazyClassIterator(Class<T> service, String serviceName, ClassLoader loader, boolean ignoreOnClassNotFound) -
Method Summary
Methods inherited from class ServiceFinder.AbstractLazyIterator
hasNext, remove, setConfigsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, hasNext, remove
-
Constructor Details
-
LazyClassIterator
private LazyClassIterator(Class<T> service, String serviceName, ClassLoader loader, boolean ignoreOnClassNotFound)
-
-
Method Details
-
next
-