Added param, type, returnType conditions functions in FieldFinder, MethodFinder, ConstructorFinder, FieldRules, MethodRules, ConstructorRules and fix some bugs in ReflectionTool

This commit is contained in:
2022-12-31 02:21:00 +08:00
parent 3fe9ec9b0f
commit 449158879c
28 changed files with 745 additions and 57 deletions

View File

@@ -67,6 +67,7 @@ const navigationLinks = {
baseApiPath + 'hook/core/finder/base/rules/CountRules',
baseApiPath + 'hook/core/finder/base/rules/ModifierRules',
baseApiPath + 'hook/core/finder/base/rules/NameRules',
baseApiPath + 'hook/core/finder/base/rules/ObjectRules',
baseApiPath + 'hook/bean/HookClass',
baseApiPath + 'hook/bean/VariousClass',
baseApiPath + 'hook/bean/CurrentClass',