Interface BindingContext

    • Method Detail

      • beanResolver

        BeanResolver beanResolver()
        Returns:
        A bean provider, allowing the retrieval of beans, including CDI/Spring DI beans when in the appropriate environment.
      • getBeanResolver

        @Deprecated
        default BeanResolver getBeanResolver()
        Deprecated.
        Use beanResolver() instead.
        Returns:
        A bean provider, allowing the retrieval of beans, including CDI/Spring DI beans when in the appropriate environment.