Package | Description |
---|---|
org.apache.maven.shared.utils.introspection |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
ReflectionValueExtractor.evaluate(java.lang.String expression,
java.lang.Object root)
The implementation supports indexed, nested and mapped properties.
|
static java.lang.Object |
ReflectionValueExtractor.evaluate(java.lang.String expression,
java.lang.Object root,
boolean trimRootToken)
The implementation supports indexed, nested and mapped properties.
|
private static java.lang.Object |
ReflectionValueExtractor.getIndexedValue(java.lang.String expression,
int from,
int to,
java.lang.Object value,
java.lang.String indexStr) |
private static java.lang.Object |
ReflectionValueExtractor.getMappedValue(java.lang.String expression,
int from,
int to,
java.lang.Object value,
java.lang.String key) |
private static java.lang.Object |
ReflectionValueExtractor.getPropertyValue(java.lang.Object value,
java.lang.String property) |