Uses of Class
ninja.utils.ForwardingServiceLoader
-
Packages that use ForwardingServiceLoader Package Description ninja.utils -
-
Uses of ForwardingServiceLoader in ninja.utils
Methods in ninja.utils that return ForwardingServiceLoader Modifier and Type Method Description static <T> ForwardingServiceLoader<T>
ForwardingServiceLoader. loadWithSystemServiceLoader(Class<T> service)
static <T> ForwardingServiceLoader<T>
ForwardingServiceLoader. loadWithSystemServiceLoader(Class<T> service, ClassLoader classLoader)
-