Class BoundPojoModelPathOriginalTypeNode<T>
java.lang.Object
org.hibernate.search.mapper.pojo.model.path.impl.BoundPojoModelPath
org.hibernate.search.mapper.pojo.model.path.impl.BoundPojoModelPathTypeNode<T>
org.hibernate.search.mapper.pojo.model.path.impl.BoundPojoModelPathOriginalTypeNode<T>
- Type Parameters:
T- The type 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<U> BoundPojoModelPathCastedTypeNode<T,? extends U> castTo(PojoRawTypeModel<U> typeModel) Methods inherited from class org.hibernate.search.mapper.pojo.model.path.impl.BoundPojoModelPathTypeNode
getRootType, property, toUnboundPathMethods inherited from class org.hibernate.search.mapper.pojo.model.path.impl.BoundPojoModelPath
root, toString, walker
-
Method Details
-
getParent
- Specified by:
getParentin classBoundPojoModelPathTypeNode<T>
-
getTypeModel
- Specified by:
getTypeModelin classBoundPojoModelPathTypeNode<T>
-
castTo
- Specified by:
castToin classBoundPojoModelPathTypeNode<T>- Returns:
- A sibling path node representing this type, cast to the given type.
-