@Beta public class PathIndexConfig extends Object implements 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(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 Comparable<PathIndexConfig>