Uses of Class
org.glassfish.jersey.internal.ServiceFinder.ServiceIteratorProvider
-
Packages that use ServiceFinder.ServiceIteratorProvider Package Description org.glassfish.jersey.internal Common Jersey internal API classes. -
-
Uses of ServiceFinder.ServiceIteratorProvider in org.glassfish.jersey.internal
Subclasses of ServiceFinder.ServiceIteratorProvider in org.glassfish.jersey.internal Modifier and Type Class Description private classOsgiRegistry.OsgiServiceFinderstatic classServiceFinder.DefaultServiceIteratorProviderThe default service iterator provider that looks up provider classes in META-INF/services files.Fields in org.glassfish.jersey.internal declared as ServiceFinder.ServiceIteratorProvider Modifier and Type Field Description (package private) ServiceFinder.ServiceIteratorProviderOsgiRegistry.OsgiServiceFinder. defaultIteratorprivate static ServiceFinder.ServiceIteratorProviderServiceFinder.ServiceIteratorProvider. sipMethods in org.glassfish.jersey.internal that return ServiceFinder.ServiceIteratorProvider Modifier and Type Method Description private static ServiceFinder.ServiceIteratorProviderServiceFinder.ServiceIteratorProvider. getInstance()Methods in org.glassfish.jersey.internal with parameters of type ServiceFinder.ServiceIteratorProvider Modifier and Type Method Description private static voidServiceFinder.ServiceIteratorProvider. setInstance(ServiceFinder.ServiceIteratorProvider sip)static voidServiceFinder. setIteratorProvider(ServiceFinder.ServiceIteratorProvider sip)Register the service iterator provider to iterate on provider instances or classes.
-