Interface BindingContext
-
- All Known Subinterfaces:
IdentifierBindingContext<I>,MarkerBindingContext,PropertyBindingContext,RoutingBindingContext,TypeBindingContext,ValueBindingContext<V>
public interface BindingContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BeanResolverbeanResolver()
-
-
-
Method Detail
-
beanResolver
BeanResolver beanResolver()
- Returns:
- A bean provider, allowing the retrieval of beans, including CDI/Spring DI beans when in the appropriate environment.
-
-