Class MarkerBindingContextImpl
java.lang.Object
org.hibernate.search.mapper.pojo.bridge.binding.impl.MarkerBindingContextImpl
- All Implemented Interfaces:
BindingContext,MarkerBindingContext
-
Constructor Summary
ConstructorsConstructorDescriptionMarkerBindingContextImpl(BeanResolver beanResolver, Map<String, Object> params) -
Method Summary
Modifier and TypeMethodDescriptionapplyBinder(MarkerBinder binder) voidSets the marker object resulting from this binding.params()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
beanResolver, param, param, paramOptional, paramOptional, params
-
Constructor Details
-
MarkerBindingContextImpl
-
-
Method Details
-
marker
Description copied from interface:MarkerBindingContextSets the marker object resulting from this binding.- Specified by:
markerin interfaceMarkerBindingContext- Parameters:
marker- The marker object to attach to the marked property.
-
applyBinder
-
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:
-