public final class PojoModelPathValueNode extends PojoModelPath
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.
PojoModelPath.Builder| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ContainerExtractorPath |
getExtractorPath() |
PojoModelPathPropertyNode |
getParent() |
int |
hashCode() |
PojoModelPathPropertyNode |
property(String propertyName) |
builder, ofProperty, ofValue, ofValue, parse, toPathString, toStringpublic PojoModelPathPropertyNode getParent()
getParent in class PojoModelPathpublic ContainerExtractorPath getExtractorPath()
ContainerExtractorPath.defaultExtractors()).public PojoModelPathPropertyNode property(String propertyName)
propertyName - The name of a property exposed by the type of this value.
The property name may be invalid: no check will be performed.Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.