Uses of Interface
org.hibernate.search.mapper.pojo.model.path.spi.PojoModelPathWalker
Packages that use PojoModelPathWalker
-
Uses of PojoModelPathWalker in org.hibernate.search.mapper.pojo.model.path.spi
Methods in org.hibernate.search.mapper.pojo.model.path.spi with parameters of type PojoModelPathWalkerModifier and TypeMethodDescriptionstatic <C,T, P, V>
VPojoModelPathBinder.bind(C context, T rootNode, PojoModelPathValueNode unboundModelPath, PojoModelPathWalker<C, T, P, V> walker) static <T,P, V> V PojoModelPathBinder.bind(T rootNode, PojoModelPathValueNode unboundModelPath, PojoModelPathWalker<Void, T, P, V> walker)