You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -29,7 +29,7 @@ This is a tool library for Kotlin to use java reflect APIs in Kotlin simply meth
29
29
|:------------- |:-------------|
30
30
|Any.getPropertyValue(propertyName: String): Any?|get object property value by name|
31
31
|Any.changePropertyValue(propertyName: String, newValue: Any?) |change object property value by name|
32
-
|Any.changePropertyValueByPropertyReference(kProperty: KProperty<R>, newValue: Any?)|change object property value by name|
32
+
|Any.changePropertyValueByPropertyReference(kProperty: KProperty<R>, newValue: Any?)|change object property value by property reference|
33
33
|Any.invokeMethod(methodName: String, vararg args: Any?): Any?|invoke a method through object by method name|
34
34
|<R> KProperty<R>.changeValue(thisObj: Any, newValue: Any?)|change current this property valuev|
35
35
|<R> KProperty<R>.packageLevelGetPropertyValueByName(otherPropertyName: String): Any? |get other package level property value by other package level property name which is in the same kotlin file|
0 commit comments