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