public abstract class CustomLoadingExtensionPointBean<T> extends BaseKeyedLazyInstance<T>
Modifier and Type | Field and Description |
---|---|
java.lang.String |
factoryArgument |
java.lang.String |
factoryClass |
Modifier | Constructor and Description |
---|---|
protected |
CustomLoadingExtensionPointBean() |
protected |
CustomLoadingExtensionPointBean(T instance) |
Modifier and Type | Method and Description |
---|---|
T |
createInstance(ComponentManager componentManager) |
getImplementationClassName, getInstance, getLoaderForClass, getPluginDescriptor, setPluginDescriptor
public java.lang.String factoryClass
public java.lang.String factoryArgument
protected CustomLoadingExtensionPointBean()
protected CustomLoadingExtensionPointBean(T instance)
public final T createInstance(ComponentManager componentManager)
createInstance
in class BaseKeyedLazyInstance<T>