Package org.jboss.weld.bean.proxy
Class AbstractBeanInstance
- java.lang.Object
-
- org.jboss.weld.bean.proxy.AbstractBeanInstance
-
- All Implemented Interfaces:
BeanInstance
- Direct Known Subclasses:
ContextBeanInstance
,EnterpriseTargetBeanInstance
,TargetBeanInstance
public abstract class AbstractBeanInstance extends Object implements BeanInstance
- Author:
- David Allen
-
-
Constructor Summary
Constructors Constructor Description AbstractBeanInstance()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static Class<?>
computeInstanceType(Set<Type> types)
protected Class<?>
computeInstanceType(Bean<?> bean)
Object
invoke(Object instance, Method method, Object... arguments)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.weld.bean.proxy.BeanInstance
getInstance, getInstanceType
-
-