Interface WeldClientProxy.Metadata

Enclosing interface:
WeldClientProxy

public static interface WeldClientProxy.Metadata
  • Method Summary

    Modifier and Type
    Method
    Description
    Bean<?>
    Retrieve Bean metadata for this proxy instance.
    Retrieve the current contextual instance associated with the current context for this client proxy.
  • Method Details

    • getBean

      Bean<?> getBean()
      Retrieve Bean 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 of WeldConstruct.
      Returns:
      the underlying contextual instance of this client proxy instance.