T - The type to implementpublic abstract class AbstractComponentAwareFactoryBean<T>
extends org.springframework.beans.factory.config.AbstractFactoryBean<T>
DestructableComponent.| Constructor and Description |
|---|
AbstractComponentAwareFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected T |
createInstance()
Call the parent class to create the object, then initialize it aposite.
|
protected void |
destroyInstance(T instance)
.
|
protected abstract T |
doCreateInstance()
Call the parent class to create the instance.
|
Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.