Class PojoImplicitReindexingResolverPropertyNode<T,P>

java.lang.Object
org.hibernate.search.mapper.pojo.automaticindexing.impl.PojoImplicitReindexingResolverNode<T>
org.hibernate.search.mapper.pojo.automaticindexing.impl.PojoImplicitReindexingResolverPropertyNode<T,P>
Type Parameters:
T - The property holder type received as input.
P - The property type.
All Implemented Interfaces:
AutoCloseable, ToStringTreeAppendable

public class PojoImplicitReindexingResolverPropertyNode<T,P> extends PojoImplicitReindexingResolverNode<T>
A PojoImplicitReindexingResolverNode dealing with a specific property of a specific type, getting the value from that property then applying nested resolvers to that value.

This node will only delegate to nested nodes for deeper resolution, and will never contribute entities to reindex directly. At the time of writing, nested nodes are either type nodes or container element nodes, but we might allow other nodes in the future for optimization purposes.