net.sf.tie.ext.spring
Class TieBeanDefinition<T>
java.lang.Object
org.springframework.beans.factory.support.AbstractBeanDefinition
org.springframework.beans.factory.support.RootBeanDefinition
net.sf.tie.ext.spring.TieBeanDefinition<T>
- All Implemented Interfaces:
- BeanDefinition
public class TieBeanDefinition<T>
- extends RootBeanDefinition
A BeanDefinition
that is specifically used to configure a TieFactoryBean
into a spring BeanFactory
.
This class will typically only be useful in cases where a custom BeanFactory
is being implemented and the BeanDefinition
is being built in code.
Methods inherited from class org.springframework.beans.factory.support.AbstractBeanDefinition |
getAutowireMode, getBeanClass, getBeanClassName, getConstructorArgumentValues, getDependencyCheck, getDependsOn, getDestroyMethodName, getFactoryBeanName, getFactoryMethodName, getInitMethodName, getMethodOverrides, getPropertyValues, getResolvedAutowireMode, getResourceDescription, hasBeanClass, hasConstructorArgumentValues, isAbstract, isLazyInit, isSingleton, overrideFrom, setAbstract, setAutowireMode, setBeanClass, setBeanClassName, setConstructorArgumentValues, setDependencyCheck, setDependsOn, setDestroyMethodName, setFactoryBeanName, setFactoryMethodName, setInitMethodName, setLazyInit, setMethodOverrides, setPropertyValues, setResourceDescription, setSingleton, validateMethodOverride |
TieBeanDefinition
public TieBeanDefinition(MethodInterceptorStack stack,
Class<T> type,
T endPoint)
TieBeanDefinition
public TieBeanDefinition(ProxyInjector injector,
Class<T> type,
T endPoint)