public final class PropertyPath extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
PropertyPath.AppendableBuilder |
static interface |
PropertyPath.InitialBuilder |
Modifier and Type | Method and Description |
---|---|
static PropertyPath |
buildRootPath() |
static PropertyPath |
buildWith(String propertyName,
String... additionalPropertyNames) |
static PropertyPath.InitialBuilder |
createBuilder() |
boolean |
equals(Object o) |
List<Element> |
getElements() |
int |
hashCode() |
boolean |
isParentOf(PropertyPath propertyPath) |
boolean |
matches(PropertyPath propertyPath) |
String |
toString() |
public boolean matches(PropertyPath propertyPath)
public boolean isParentOf(PropertyPath propertyPath)
public static PropertyPath.InitialBuilder createBuilder()
public static PropertyPath buildWith(String propertyName, String... additionalPropertyNames)
public static PropertyPath buildRootPath()
Copyright © 2013. All Rights Reserved.