Class PojoIndexingDependencyCollectorPolymorphicDirectValueNode<P,V>
- java.lang.Object
-
- org.hibernate.search.mapper.pojo.automaticindexing.building.impl.PojoIndexingDependencyCollectorNode
-
- org.hibernate.search.mapper.pojo.automaticindexing.building.impl.AbstractPojoIndexingDependencyCollectorDirectValueNode<P,V>
-
- org.hibernate.search.mapper.pojo.automaticindexing.building.impl.PojoIndexingDependencyCollectorPolymorphicDirectValueNode<P,V>
-
- Type Parameters:
P- The property typeV- The extracted value type
public class PojoIndexingDependencyCollectorPolymorphicDirectValueNode<P,V> extends AbstractPojoIndexingDependencyCollectorDirectValueNode<P,V>
A node representing a value in a dependency collector, and considering that the type holding the property/value has the different metadata from its subtypes.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.hibernate.search.mapper.pojo.automaticindexing.building.impl.AbstractPojoIndexingDependencyCollectorDirectValueNode
AbstractPojoIndexingDependencyCollectorDirectValueNode.Metadata
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcollectDependency()-
Methods inherited from class org.hibernate.search.mapper.pojo.automaticindexing.building.impl.AbstractPojoIndexingDependencyCollectorDirectValueNode
castedType, type
-
Methods inherited from class org.hibernate.search.mapper.pojo.automaticindexing.building.impl.PojoIndexingDependencyCollectorNode
walker
-
-
-
-
Method Detail
-
collectDependency
public void collectDependency()
- Specified by:
collectDependencyin classAbstractPojoIndexingDependencyCollectorDirectValueNode<P,V>
-
-