Interface MarkerBindingContext
-
- All Superinterfaces:
BindingContext
public interface MarkerBindingContext extends BindingContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
marker(Object marker)
Sets the marker object resulting from this binding.-
Methods inherited from interface org.hibernate.search.mapper.pojo.bridge.binding.BindingContext
beanResolver, param, paramOptional
-
-
-
-
Method Detail
-
marker
void marker(Object marker)
Sets the marker object resulting from this binding.- Parameters:
marker
- The marker object to attach to the marked property.
-
-