Package org.jboss.weld.proxy
Interface WeldClientProxy.Metadata
-
- All Known Implementing Classes:
ProxyMethodHandler
- Enclosing interface:
- WeldClientProxy
public static interface WeldClientProxy.Metadata
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Bean<?>
getBean()
RetrieveBean
metadata for this proxy instance.Object
getContextualInstance()
Retrieve the current contextual instance associated with the current context for this client proxy.
-
-
-
Method Detail
-
getBean
Bean<?> getBean()
RetrieveBean
metadata for this proxy instance.- Returns:
Bean
metadata for this proxy
-
getContextualInstance
Object getContextualInstance()
Retrieve the current contextual instance associated with the current context for this client proxy. Note that in some cases the contextual instance is still an instance ofWeldConstruct
.- Returns:
- the underlying contextual instance of this client proxy instance.
-
-