Uses of Interface
org.hibernate.search.mapper.pojo.model.path.spi.PojoModelPathWalker
-
Packages that use PojoModelPathWalker Package Description org.hibernate.search.mapper.pojo.model.path.impl org.hibernate.search.mapper.pojo.model.path.spi -
-
Uses of PojoModelPathWalker in org.hibernate.search.mapper.pojo.model.path.impl
Classes in org.hibernate.search.mapper.pojo.model.path.impl that implement PojoModelPathWalker Modifier and Type Class Description static classBoundPojoModelPath.Walker -
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 PojoModelPathWalker Modifier and Type Method Description static <C,T,P,V>
VPojoModelPathBinder. bind(C context, T rootNode, PojoModelPathValueNode unboundModelPath, PojoModelPathWalker<C,T,P,V> walker)static <T,P,V>
VPojoModelPathBinder. bind(T rootNode, PojoModelPathValueNode unboundModelPath, PojoModelPathWalker<Void,T,P,V> walker)
-