Class PojoModelPathValueNode


  • public final class PojoModelPathValueNode
    extends PojoModelPath
    A node in a PojoModelPath representing the value(s) of a property.

    Value node give information as to how to extract values from a property, by specifying a ContainerExtractorPath. That path will tell Hibernate Search whether it should it just represent how to access the property itself. To access the value(s) of that property, additional information is required, and that information is provided by a PojoModelPathValueNode.