public class ObjectBasedValueSource extends AbstractValueSource
| Constructor and Description | 
|---|
| ObjectBasedValueSource(Object root)Construct a new value source, using the supplied object as the root from
 which to start, and using expressions split at the dot ('.') to navigate
 the object graph beneath this root. | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | getValue(String expression)Split the expression into parts, tokenized on the dot ('.') character. | 
addFeedback, addFeedback, clearFeedback, getFeedbackpublic ObjectBasedValueSource(Object root)
public Object getValue(String expression)
ReflectionValueExtractor class.Copyright © 2001–2016 Codehaus Plexus. All rights reserved.