Class PojoImplicitReindexingResolverOriginalTypeNode<T>

java.lang.Object
org.hibernate.search.mapper.pojo.automaticindexing.impl.PojoImplicitReindexingResolverNode<T>
org.hibernate.search.mapper.pojo.automaticindexing.impl.PojoImplicitReindexingResolverOriginalTypeNode<T>
Type Parameters:
T - The type of "dirty" objects received as input.
All Implemented Interfaces:
AutoCloseable, ToStringTreeAppendable

public class PojoImplicitReindexingResolverOriginalTypeNode<T> extends PojoImplicitReindexingResolverNode<T>
A PojoImplicitReindexingResolverNode working at the type level, without casting.

This node may delegate to a marking node to mark the input as "to reindex" as well as delegate to property nodes for deeper resolution.