A Dynamic class property getter interface.
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.Object |
get(java.lang.Object object)Call the getter on the given object |
|
java.lang.String |
getPropertyName()@return The name of the property |
|
boolean |
isPropertyMatch(java.lang.String propertyName)Whether the target class contains the specified property |
|
void |
set(java.lang.Object object, java.lang.Object newValue)Call the setter on the given object |
Call the getter on the given object
object - The target object
Whether the target class contains the specified property
propertyName - The name of the propertyCall the setter on the given object
object - The target objectnewValue - The new value of the property