Interface BindingContext
-
- All Known Subinterfaces:
IdentifierBindingContext<I>,MarkerBindingContext,PropertyBindingContext,RoutingBindingContext,RoutingKeyBindingContext,TypeBindingContext,ValueBindingContext<V>
public interface BindingContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description BeanResolverbeanResolver()default BeanResolvergetBeanResolver()Deprecated.UsebeanResolver()instead.
-
-
-
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.UsebeanResolver()instead.- Returns:
- A bean provider, allowing the retrieval of beans, including CDI/Spring DI beans when in the appropriate environment.
-
-