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
-14Lines changed: 0 additions & 14 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
|Method | Describe |
29
28
|:------------- |:-------------|
30
29
|Any.getPropertyValue(propertyName: String): Any?|get object property value by name|
@@ -41,19 +40,6 @@ This is a tool library for Kotlin to use java reflect APIs in Kotlin simply meth
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
42
44
-
### API since 1.0
45
-
|Method | Describe |
46
-
| ------------- |:-------------|
47
-
|changeTopPropertyValue | change the top level property value |
48
-
| changeTopPropertyValueByName | change the top leve property name by porpery name |
49
-
| getTopPropertyValueByName | get the top level property value by property name |
50
-
|changeClassPropertyValue| change the class inner property value |
51
-
| changeClassPropertyValueByName | change the class inner property name by property name |
52
-
| changeClassPropertyValueByNameIgnoreType | change the class inner property value to any other type of value |
53
-
| getClassPropertyValueByName | get the class inner property value by property name |
54
-
| invokeTopMethodByMethodName | invoke the top level method with method name |
55
-
| invokeClassMethodByMethodName | invoke class obj inner method with method name |
56
-
57
43
All method don't care what the property or method visibility it is
0 commit comments