Package | Description |
---|---|
ej.service.loader |
Modifier and Type | Method and Description |
---|---|
protected <T> T |
SimpleServiceLoader.createAlternativeImplementation(Class<T> service)
Creates an implementation for the given service and save it in the cache.
|
static <T> T |
ServiceLoaderHelper.createClassInstance(Class<T> parent,
Class<? extends T> clazz)
Gets an instance of a class.
|
static <T> T |
ServiceLoaderHelper.createClassInstance(Class<T> parent,
String className)
Gets an instance of a class, based on its name.
|