Uses of Class
org.glassfish.tyrus.core.ServiceFinder
Packages that use ServiceFinder
-
Uses of ServiceFinder in org.glassfish.tyrus.core
Methods in org.glassfish.tyrus.core that return ServiceFinderModifier and TypeMethodDescriptionstatic <T> ServiceFinder
<T> Locates and incrementally instantiates the available providers of a given service using the context class loader.static <T> ServiceFinder
<T> Locates and incrementally instantiates the available providers of a given service using the context class loader.static <T> ServiceFinder
<T> ServiceFinder.find
(Class<T> service, ClassLoader loader) Locates and incrementally instantiates the available providers of a given service using the given class loader.static <T> ServiceFinder
<T> ServiceFinder.find
(Class<T> service, ClassLoader loader, boolean ignoreOnClassNotFound) Locates and incrementally instantiates the available providers of a given service using the given class loader.static ServiceFinder
<?> Locates and incrementally instantiates the available classes of a given service file using the context class loader.