SimplePropertyGetter
PropertyGetter implementation that accesses a Kotlin property reflectively. This getter uses Kotlin reflection to access property values, automatically ensuring the property is accessible for private/protected properties.
Parameters
T
the type of the target object
V
the type of the property value