Skip to content

Commit 8a54c6a

Browse files
author
seal
committed
2 parents 3e4199f + 36daad1 commit 8a54c6a

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ This is a tool library for Kotlin to use java reflect APIs in Kotlin simply meth
2424
```
2525
2626
## APIs
27-
### API since 1.1
2827
2928
|Method | Describe |
3029
|:------------- |:-------------|
@@ -40,22 +39,7 @@ This is a tool library for Kotlin to use java reflect APIs in Kotlin simply meth
4039
|<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|
4140
|<R> KProperty<R>.packageLevelInvokeMethodByName(methodName: String, vararg args: Any?): Any? |invoke package level method by name which is in the same kotlin file|
4241
|<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+
5943
All method don't care what the property or method visibility it is
6044
6145
## Demo

0 commit comments

Comments
 (0)