Class PojoIndexingDependencyCollectorDisjointValueNode<V>
- java.lang.Object
-
- org.hibernate.search.mapper.pojo.automaticindexing.building.impl.PojoIndexingDependencyCollectorNode
-
- org.hibernate.search.mapper.pojo.automaticindexing.building.impl.PojoIndexingDependencyCollectorDisjointValueNode<V>
-
- Type Parameters:
V- The extracted value type
public class PojoIndexingDependencyCollectorDisjointValueNode<V> extends PojoIndexingDependencyCollectorNode
A node representing a disjoint value in a dependency collector, i.e. a value whose path from the parent node is unknown.This is useful for bridges that need to declare reindexing without being able to specify which path they use exactly.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PojoIndexingDependencyCollectorTypeNode<?>type()-
Methods inherited from class org.hibernate.search.mapper.pojo.automaticindexing.building.impl.PojoIndexingDependencyCollectorNode
walker
-
-
-
-
Method Detail
-
type
public PojoIndexingDependencyCollectorTypeNode<?> type()
-
-