Class PojoIndexingProcessorOriginalTypeNode<T>

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

public class PojoIndexingProcessorOriginalTypeNode<T> extends PojoIndexingProcessor<T>
A node inside a PojoIndexingProcessor responsible for applying processor nodes (PojoIndexingProcessorTypeBridgeNode, PojoIndexingProcessorPropertyNode, etc.). without casting the value first (on contrary to PojoIndexingProcessorCastedTypeNode).