Class BoundPojoModelPathPropertyNode<T,P>
java.lang.Object
org.hibernate.search.mapper.pojo.model.path.impl.BoundPojoModelPath
org.hibernate.search.mapper.pojo.model.path.impl.BoundPojoModelPathPropertyNode<T,P>
- Type Parameters:
T- The property holder type of this node, i.e. the type from which the property is retrieved.P- The type of the property represented by this node.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hibernate.search.mapper.pojo.model.path.impl.BoundPojoModelPath
BoundPojoModelPath.Walker -
Method Summary
Modifier and TypeMethodDescription<V> BoundPojoModelPathValueNode<T,P, V> value(BoundContainerExtractorPath<? super P, V> extractorPath) Methods inherited from class org.hibernate.search.mapper.pojo.model.path.impl.BoundPojoModelPath
root, toString, walker
-
Method Details
-
getParent
- Specified by:
getParentin classBoundPojoModelPath
-
getRootType
- Specified by:
getRootTypein classBoundPojoModelPath
-
toUnboundPath
- Specified by:
toUnboundPathin classBoundPojoModelPath
-
valueWithoutExtractors
-
value
public <V> BoundPojoModelPathValueNode<T,P, valueV> (BoundContainerExtractorPath<? super P, V> extractorPath) -
getPropertyModel
-