Class PojoIndexingProcessorContainerElementNode<C,V>

java.lang.Object
org.hibernate.search.mapper.pojo.processing.impl.PojoIndexingProcessor<C>
org.hibernate.search.mapper.pojo.processing.impl.PojoIndexingProcessorContainerElementNode<C,V>
Type Parameters:
C - The container type
V - The extracted value type
All Implemented Interfaces:
AutoCloseable, ToStringTreeAppendable

public class PojoIndexingProcessorContainerElementNode<C,V> extends PojoIndexingProcessor<C>
A node inside a PojoIndexingProcessor responsible for extracting elements from a container and applying nested processor nodes to the elements.