Skip to content

Commit a821923

Browse files
authored
Update README.md
1 parent 34aff0f commit a821923

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 14 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
|Method | Describe |
2928
|:------------- |:-------------|
3029
|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
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|
4342
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-
5743
All method don't care what the property or method visibility it is
5844
5945
## Demo

0 commit comments

Comments
 (0)