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 BeanResolver
beanResolver()
-
-
-
Method Detail
-
beanResolver
BeanResolver beanResolver()
- Returns:
- A bean provider, allowing the retrieval of beans, including CDI/Spring DI beans when in the appropriate environment.
-
-