Class AbstractCompositeBindingContext
java.lang.Object
org.hibernate.search.mapper.pojo.bridge.binding.impl.AbstractCompositeBindingContext
- All Implemented Interfaces:
BindingContext
- Direct Known Subclasses:
PropertyBindingContextImpl,RoutingBindingContextImpl,TypeBindingContextImpl
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractCompositeBindingContext(BeanResolver beanResolver, Map<String, Object> params) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.search.mapper.pojo.bridge.binding.BindingContext
param, param, paramOptional, paramOptional
-
Constructor Details
-
AbstractCompositeBindingContext
-
-
Method Details
-
beanResolver
- Specified by:
beanResolverin interfaceBindingContext- Returns:
- A bean provider, allowing the retrieval of beans, including CDI/Spring DI beans when in the appropriate environment.
-
params
- Specified by:
paramsin interfaceBindingContext- Returns:
- Parameters defined for the binder.
- See Also:
-