Class BoundContainerExtractorPath<C,V>

java.lang.Object
org.hibernate.search.mapper.pojo.extractor.impl.BoundContainerExtractorPath<C,V>
Type Parameters:
C - The container type
V - The extracted value type

public class BoundContainerExtractorPath<C,V> extends Object
A ContainerExtractorPath bound to a given source type.

Instances are returned by the bind/tryBind methods of ContainerExtractorBinder.

The extractor path is guaranteed to be explicit (ContainerExtractorPath.isDefault() returns false), and to be valid when applied to the source type.

The extractor path may be empty, in which case the source type is equal to the extracted type.