Class ServiceFinder.AbstractLazyIterator<T>

java.lang.Object
org.glassfish.jersey.internal.ServiceFinder.AbstractLazyIterator<T>
Direct Known Subclasses:
ServiceFinder.LazyClassIterator, ServiceFinder.LazyObjectIterator
Enclosing class:
ServiceFinder<T>

private static class ServiceFinder.AbstractLazyIterator<T> extends Object
  • Field Details

  • Constructor Details

    • AbstractLazyIterator

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

    • setConfigs

      protected final void setConfigs()
    • hasNext

      public boolean hasNext() throws ServiceConfigurationError
      Throws:
      ServiceConfigurationError
    • remove

      public void remove()
    • handleClassNotFoundException

      private void handleClassNotFoundException()