Uses of Class
org.jboss.resteasy.spi.PriorityServiceLoader
-
Uses of PriorityServiceLoader in org.jboss.resteasy.spi
Modifier and TypeMethodDescriptionstatic <S> PriorityServiceLoader
<S> Creates a new service loader for the type.static <S> PriorityServiceLoader
<S> PriorityServiceLoader.load
(Class<S> type, ClassLoader cl) Creates a new service loader for the type and class loader.static <S> PriorityServiceLoader
<S> PriorityServiceLoader.load
(Class<S> type, ClassLoader cl, Function<Class<? extends S>, S> constructor) Creates a new service loader for the type and class loader.static <S> PriorityServiceLoader
<S> Creates a new service loader for the type.