Class BoundPojoModelPathValueNode<T,P,V>

java.lang.Object
org.hibernate.search.mapper.pojo.model.path.impl.BoundPojoModelPath
org.hibernate.search.mapper.pojo.model.path.impl.BoundPojoModelPathValueNode<T,P,V>
Type Parameters:
T - The property holder type of this node, i.e. the type from which the property is retrieved.
P - The property type of this node, i.e. the type of the property from which the values are extracted.
V - The value type of this node, i.e. the type of values extracted from the property.

public class BoundPojoModelPathValueNode<T,P,V> extends BoundPojoModelPath