T - The type of the root object.public interface NestedObjectExtractor<T>
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getNestedObject(T obj)
Extracts the nested object.
|
java.lang.Object getNestedObject(T obj)
obj - The root object.