Uses of Class
org.jboss.resteasy.spi.PriorityServiceLoader
-
Packages that use PriorityServiceLoader Package Description org.jboss.resteasy.spi -
-
Uses of PriorityServiceLoader in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return PriorityServiceLoader Modifier and Type Method Description static <S> PriorityServiceLoader<S>PriorityServiceLoader. load(Class<S> type)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>PriorityServiceLoader. load(Class<S> type, Function<Class<? extends S>,S> constructor)Creates a new service loader for the type.
-