public interface MethodManager extends ClassAttributeManager
| 限定符和类型 | 方法和说明 |
|---|---|
default void |
manager(AccessibleObject accessibleObject,
ContextManager contextManager)
Manages a
AccessibleObject
if it's method goto manager(Method, ContextManager) |
default void |
manager(Class clas,
ContextManager contextManager)
Manages all the methods of a class
|
void |
manager(Method method,
ContextManager contextManager)
Manage a method with
ContextManager |
managerdefault void manager(AccessibleObject accessibleObject, ContextManager contextManager) throws InvocationTargetException, IllegalAccessException
AccessibleObject
if it's method goto manager(Method, ContextManager)manager 在接口中 ClassAttributeManageraccessibleObject - contextManager - InvocationTargetExceptionIllegalAccessExceptionvoid manager(Method method, ContextManager contextManager) throws IllegalAccessException, InvocationTargetException
ContextManagermethod - contextManager - IllegalAccessExceptionInvocationTargetExceptiondefault void manager(Class clas, ContextManager contextManager) throws IllegalAccessException, InvocationTargetException
manager 在接口中 ClassAttributeManagerclas - contextManager - IllegalAccessExceptionInvocationTargetExceptionCopyright © 2025. All rights reserved.