Class PojoIndexingProcessorPropertyNode<T,P>

java.lang.Object
org.hibernate.search.mapper.pojo.processing.impl.PojoIndexingProcessor<T>
org.hibernate.search.mapper.pojo.processing.impl.PojoIndexingProcessorPropertyNode<T,P>
Type Parameters:
T - The property holder type
P - The property type
All Implemented Interfaces:
AutoCloseable, ToStringTreeAppendable

public class PojoIndexingProcessorPropertyNode<T,P> extends PojoIndexingProcessor<T>
A node inside a PojoIndexingProcessor responsible for extracting the value of a property, and applying nested processor nodes (PojoIndexingProcessorPropertyBridgeNode, PojoIndexingProcessorValueBridgeNode, etc.).