Class PojoModelPathBinder
- java.lang.Object
-
- org.hibernate.search.mapper.pojo.model.path.spi.PojoModelPathBinder
-
public final class PojoModelPathBinder extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <C,T,P,V>
Vbind(C context, T rootNode, PojoModelPathValueNode unboundModelPath, PojoModelPathWalker<C,T,P,V> walker)
static <T,P,V>
Vbind(T rootNode, PojoModelPathValueNode unboundModelPath, PojoModelPathWalker<Void,T,P,V> walker)
-
-
-
Method Detail
-
bind
public static <T,P,V> V bind(T rootNode, PojoModelPathValueNode unboundModelPath, PojoModelPathWalker<Void,T,P,V> walker)
-
bind
public static <C,T,P,V> V bind(C context, T rootNode, PojoModelPathValueNode unboundModelPath, PojoModelPathWalker<C,T,P,V> walker)
-
-