@Beta public class PathIndexConfig extends java.lang.Object implements java.lang.Comparable<PathIndexConfig>
Modifier and Type | Class and Description |
---|---|
static class |
PathIndexConfig.Builder |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PathIndexConfig o) |
static PathIndexConfig.Builder |
create() |
boolean |
equals(java.lang.Object o) |
IndexConfig |
getIndexConfig() |
PropertyPath |
getPath() |
int |
hashCode() |
boolean |
matches(PropertyPath dataPath) |
public boolean matches(PropertyPath dataPath)
public PropertyPath getPath()
public IndexConfig getIndexConfig()
public static PathIndexConfig.Builder create()
public int compareTo(PathIndexConfig o)
compareTo
in interface java.lang.Comparable<PathIndexConfig>
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object