Class PojoIndexingDependencyCollectorMonomorphicDirectValueNode<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.PojoIndexingDependencyCollectorMonomorphicDirectValueNode<P,V>
-
- Type Parameters:
P- The property typeV- The extracted value type
public class PojoIndexingDependencyCollectorMonomorphicDirectValueNode<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 same 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()PojoIndexingDependencyCollectorTypeNode<V>type()-
Methods inherited from class org.hibernate.search.mapper.pojo.automaticindexing.building.impl.AbstractPojoIndexingDependencyCollectorDirectValueNode
castedType
-
Methods inherited from class org.hibernate.search.mapper.pojo.automaticindexing.building.impl.PojoIndexingDependencyCollectorNode
walker
-
-
-
-
Method Detail
-
type
public PojoIndexingDependencyCollectorTypeNode<V> type()
- Overrides:
typein classAbstractPojoIndexingDependencyCollectorDirectValueNode<P,V>
-
collectDependency
public void collectDependency()
- Specified by:
collectDependencyin classAbstractPojoIndexingDependencyCollectorDirectValueNode<P,V>
-
-