@Immutable public final class PathMetadata extends java.lang.Object implements java.io.Serializable
PathMetadata provides metadata for Path expressions.| Constructor and Description |
|---|
PathMetadata(@Nullable Path<?> parent,
java.lang.Object element,
PathType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Object |
getElement() |
java.lang.String |
getName() |
@Nullable Path<?> |
getParent() |
PathType |
getPathType() |
@Nullable Path<?> |
getRootPath() |
int |
hashCode() |
boolean |
isRoot() |
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.Object getElement()
public java.lang.String getName()
@Nullable public @Nullable Path<?> getParent()
public PathType getPathType()
@Nullable public @Nullable Path<?> getRootPath()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean isRoot()
Copyright © 2007–2021 Querydsl. All rights reserved.