public class SpringImplementationImpl extends DefaultImplementation
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.context.ApplicationContext |
applicationContext |
protected String |
beanName |
protected Object |
target |
| Constructor and Description |
|---|
SpringImplementationImpl(String beanName,
org.springframework.context.ApplicationContext applicationContext) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
get name
|
Object |
getTarget()
get target object
|
Class<?> |
getTargetClass()
get target object class type
|
void |
setTarget(Object target)
set target object
|
isFactory, isLazyInit, isSingleton, validateprotected org.springframework.context.ApplicationContext applicationContext
protected String beanName
protected Object target
public SpringImplementationImpl(String beanName, org.springframework.context.ApplicationContext applicationContext)
public Object getTarget()
ImplementationgetTarget in interface ImplementationgetTarget in class DefaultImplementationpublic Class<?> getTargetClass()
ImplementationgetTargetClass in interface ImplementationgetTargetClass in class DefaultImplementationpublic void setTarget(Object target)
ImplementationsetTarget in interface ImplementationsetTarget in class DefaultImplementationpublic String getName()
ImplementationgetName in interface ImplementationgetName in class DefaultImplementationCopyright © 2021. All rights reserved.