public class DynamicPropertyReader extends Object
| Constructor and Description |
|---|
DynamicPropertyReader(Class<?> pojoClass,
String propertyName)
Construct a new dynamic property reader.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getProperty(Object pojo)
Retrieve the value of the property defined by this dynamic reader.
|
Copyright © 2018–2021 ODPi. All rights reserved.