Class PojoIndexingProcessor<T>

java.lang.Object
org.hibernate.search.mapper.pojo.processing.impl.PojoIndexingProcessor<T>
Type Parameters:
T - The processed type
All Implemented Interfaces:
AutoCloseable, ToStringTreeAppendable
Direct Known Subclasses:
PojoIndexingProcessorCastedTypeNode, PojoIndexingProcessorContainerElementNode, PojoIndexingProcessorMultiNode, PojoIndexingProcessorOriginalTypeNode, PojoIndexingProcessorPropertyBridgeNode, PojoIndexingProcessorPropertyNode, PojoIndexingProcessorTypeBridgeNode, PojoIndexingProcessorValueBridgeNode

public abstract class PojoIndexingProcessor<T> extends Object implements AutoCloseable, ToStringTreeAppendable
A POJO processor responsible for transferring data from the POJO to a document to index.