Class PojoModelPathBinder
java.lang.Object
org.hibernate.search.mapper.pojo.model.path.spi.PojoModelPathBinder
-
Method Summary
Modifier and TypeMethodDescriptionstatic <C,
T, P, V> V bind
(C context, T rootNode, PojoModelPathValueNode unboundModelPath, PojoModelPathWalker<C, T, P, V> walker) static <T,
P, V> V bind
(T rootNode, PojoModelPathValueNode unboundModelPath, PojoModelPathWalker<Void, T, P, V> walker)
-
Method Details
-
bind
public static <T,P, V bindV> (T rootNode, PojoModelPathValueNode unboundModelPath, PojoModelPathWalker<Void, T, P, V> walker) -
bind
public static <C,T, V bindP, V> (C context, T rootNode, PojoModelPathValueNode unboundModelPath, PojoModelPathWalker<C, T, P, V> walker)
-