public interface ValueRetriever<T>
Modifier and Type | Method and Description |
---|---|
Method |
getTypeMethod(String name)
Obtains the
Method getter on the object graph that will provide
the value. |
Object |
retrieveValue(T object,
String name)
Retrieves the value from the object graph.
|
Object retrieveValue(T object, String name) throws Exception
object
- Root object of the object graph.name
- Property name.Exception
- If fails to retrieve the value.Copyright © 2005–2016. All rights reserved.