Package org.hibernate.search.mapper.pojo.bridge.binding
-
Interface Summary Interface Description BindingContext IdentifierBindingContext<I> The context provided to theIdentifierBinder.bind(IdentifierBindingContext)
method.MarkerBindingContext PropertyBindingContext The context provided to thePropertyBinder.bind(PropertyBindingContext)
method.RoutingBindingContext TypeBindingContext The context provided to theTypeBinder.bind(TypeBindingContext)
method.ValueBindingContext<V> The context provided to theValueBinder.bind(ValueBindingContext)
method.