Uses of Class
org.hibernate.search.mapper.pojo.automaticindexing.building.impl.AbstractPojoIndexingDependencyCollectorDirectValueNode
-
-
Uses of AbstractPojoIndexingDependencyCollectorDirectValueNode in org.hibernate.search.mapper.pojo.automaticindexing.building.impl
Subclasses of AbstractPojoIndexingDependencyCollectorDirectValueNode in org.hibernate.search.mapper.pojo.automaticindexing.building.impl Modifier and Type Class Description classPojoIndexingDependencyCollectorMonomorphicDirectValueNode<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.classPojoIndexingDependencyCollectorPolymorphicDirectValueNode<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.Methods in org.hibernate.search.mapper.pojo.automaticindexing.building.impl that return AbstractPojoIndexingDependencyCollectorDirectValueNode Modifier and Type Method Description <V> AbstractPojoIndexingDependencyCollectorDirectValueNode<P,V>PojoIndexingDependencyCollectorPropertyNode. value(BoundContainerExtractorPath<? super P,V> boundExtractorPath)AbstractPojoIndexingDependencyCollectorDirectValueNode<P,?>PojoIndexingDependencyCollectorPropertyNode. value(ContainerExtractorPath extractorPath) -
Uses of AbstractPojoIndexingDependencyCollectorDirectValueNode in org.hibernate.search.mapper.pojo.processing.building.impl
Methods in org.hibernate.search.mapper.pojo.processing.building.impl with parameters of type AbstractPojoIndexingDependencyCollectorDirectValueNode Modifier and Type Method Description Optional<PojoIndexingProcessor<T>>AbstractPojoIndexingProcessorTypeNodeBuilder. build(AbstractPojoIndexingDependencyCollectorDirectValueNode<?,T> valueDependencyCollector)protected abstract PojoIndexingDependencyCollectorTypeNode<U>AbstractPojoIndexingProcessorTypeNodeBuilder. toType(AbstractPojoIndexingDependencyCollectorDirectValueNode<?,T> valueDependencyCollector)protected PojoIndexingDependencyCollectorTypeNode<U>PojoIndexingProcessorCastedTypeNodeBuilder. toType(AbstractPojoIndexingDependencyCollectorDirectValueNode<?,T> valueDependencyCollector)protected PojoIndexingDependencyCollectorTypeNode<T>PojoIndexingProcessorOriginalTypeNodeBuilder. toType(AbstractPojoIndexingDependencyCollectorDirectValueNode<?,T> valueDependencyCollector)
-