Uses of Interface
org.jboss.weld.bean.proxy.BeanInstance
Packages that use BeanInstance
-
Uses of BeanInstance in org.jboss.weld.bean.proxy
Classes in org.jboss.weld.bean.proxy that implement BeanInstanceModifier and TypeClassDescriptionclassclassAn instance locator that uses a context to lookup the instance if it exists; otherwise, a new instance will be created from the bean.classclassA simpleBeanInstancewhich always maintains a specific bean instance that is being proxied.Methods in org.jboss.weld.bean.proxy that return BeanInstanceMethods in org.jboss.weld.bean.proxy with parameters of type BeanInstanceModifier and TypeMethodDescriptionClientProxyFactory.create(BeanInstance beanInstance) ProxyFactory.create(BeanInstance beanInstance) Method to create a new proxy that wraps the bean instance.voidProxy.proxy_setInstance(BeanInstance beanInstance) Sets the proxied instance.static <T> voidProxyFactory.setBeanInstance(String contextId, T proxy, BeanInstance beanInstance, jakarta.enterprise.inject.spi.Bean<?> bean) Convenience method to set the underlying bean instance for a proxy.Constructors in org.jboss.weld.bean.proxy with parameters of type BeanInstanceModifierConstructorDescriptionProxyMethodHandler(String contextId, BeanInstance beanInstance, jakarta.enterprise.inject.spi.Bean<?> bean)