Class TargetBeanInstance

java.lang.Object
org.jboss.weld.bean.proxy.AbstractBeanInstance
org.jboss.weld.bean.proxy.TargetBeanInstance
All Implemented Interfaces:
Serializable, BeanInstance

public class TargetBeanInstance extends AbstractBeanInstance implements Serializable
A simple BeanInstance which always maintains a specific bean instance that is being proxied.
Author:
David Allen
See Also:
  • Constructor Details

    • TargetBeanInstance

      public TargetBeanInstance(jakarta.enterprise.inject.spi.Bean<?> bean, Object instance)
    • TargetBeanInstance

      public TargetBeanInstance(Object instance)
    • TargetBeanInstance

      public TargetBeanInstance(TargetBeanInstance otherBeanInstance)
      Copy constructor
      Parameters:
      otherBeanInstance - other bean instance to copy
  • Method Details