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
Copy file name to clipboardExpand all lines: README.md
+1-17Lines changed: 1 addition & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,6 @@ This is a tool library for Kotlin to use java reflect APIs in Kotlin simply meth
24
24
```
25
25
26
26
## APIs
27
-
### API since 1.1
28
27
29
28
|Method | Describe |
30
29
|:------------- |:-------------|
@@ -40,22 +39,7 @@ This is a tool library for Kotlin to use java reflect APIs in Kotlin simply meth
40
39
|<R> KFunction<R>.packageLevelChangeOtherPropertyValueByName(otherPropertyName: String, newValue: Any?)|change other package level property value by other package level property name which is in the same kotlin file|
41
40
|<R> KProperty<R>.packageLevelInvokeMethodByName(methodName: String, vararg args: Any?): Any? |invoke package level method by name which is in the same kotlin file|
42
41
|<R> KFunction<R>.packageLevelInvokeMethodByName(methodName: String, vararg args: Any?): Any?|invoke package level method by name which is in the same kotlin file|
43
-
44
-
45
-
## APIs
46
-
### API since 1.0
47
-
48
-
|Method | Describe |
49
-
| ------------- |:-------------|
50
-
|changeTopPropertyValue | change the top level property value |
51
-
| changeTopPropertyValueByName | change the top leve property name by porpery name |
52
-
| getTopPropertyValueByName | get the top level property value by property name |
53
-
|changeClassPropertyValue| change the class inner property value |
54
-
| changeClassPropertyValueByName | change the class inner property name by property name |
55
-
| getClassPropertyValueByName | get the class inner property value by property name |
56
-
| invokeTopMethodByMethodName | invoke the top level method with method name |
57
-
| invokeClassMethodByMethodName | invoke class obj inner method with method name |
58
-
42
+
59
43
All method don't care what the property or method visibility it is
0 commit comments