Uses of Class
org.hibernate.search.mapper.pojo.bridge.binding.impl.BoundValueBridge
-
Packages that use BoundValueBridge Package Description org.hibernate.search.mapper.pojo.bridge.binding.impl org.hibernate.search.mapper.pojo.mapping.building.impl -
-
Uses of BoundValueBridge in org.hibernate.search.mapper.pojo.bridge.binding.impl
Methods in org.hibernate.search.mapper.pojo.bridge.binding.impl that return types with arguments of type BoundValueBridge Modifier and Type Method Description Optional<BoundValueBridge<V,?>>ValueBindingContextImpl. applyBinder(ValueBinder binder) -
Uses of BoundValueBridge in org.hibernate.search.mapper.pojo.mapping.building.impl
Methods in org.hibernate.search.mapper.pojo.mapping.building.impl that return types with arguments of type BoundValueBridge Modifier and Type Method Description <V> Optional<BoundValueBridge<V,?>>PojoIndexModelBinder. bindValue(IndexBindingContext indexBindingContext, BoundPojoModelPathValueNode<?,?,V> modelPath, boolean multiValued, ValueBinder binder, Map<String,Object> params, String relativeFieldName, FieldModelContributor contributor)
-