public abstract class PojoModelPath extends Object
For instance the path could be:
property "propertyOfA" => extractor "MapValueExtractor" => property "propertyOfB"
Meaning: extract property "propertyOfA", then extract values using "MapValueExtractor",
then for each value extract property "propertyOfB".
Modifier and Type | Method and Description |
---|---|
static PojoModelPathPropertyNode |
fromRoot(String propertyName) |
abstract PojoModelPath |
getParent() |
String |
toPathString() |
String |
toString() |
public static PojoModelPathPropertyNode fromRoot(String propertyName)
public final String toPathString()
public abstract PojoModelPath getParent()
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.