public final class ServiceLoaderUtils
extends java.lang.Object
ServiceLoader| Modifier and Type | Method and Description |
|---|---|
static <T> java.util.List<T> |
load(java.lang.Class<T> type,
java.lang.ClassLoader classLoader)
Load implementation by given type.
|
public static <T> java.util.List<T> load(java.lang.Class<T> type,
java.lang.ClassLoader classLoader)
T - type of implementation.type - the type of implementation to load.classLoader - the class loader to search for implementations.