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()Objectparam(String name)Optional<Object>paramOptional(String name)
-
-
-
Method Detail
-
beanResolver
BeanResolver beanResolver()
- Returns:
- A bean provider, allowing the retrieval of beans, including CDI/Spring DI beans when in the appropriate environment.
-
param
Object param(String name)
- Parameters:
name- The name of the param- Returns:
- Get a param defined for the binder by the given name
- Throws:
org.hibernate.search.util.common.SearchException- if it does not exist a param having such name
-
-