public interface TimeMethodManager extends MethodManager
| 限定符和类型 | 方法和说明 |
|---|---|
default void |
manager(AccessibleObject accessibleObject,
ContextManager contextManager)
Manages a
AccessibleObject
if it's method goto MethodManager.manager(Method, ContextManager) |
void |
manager(Class clas,
ContextManager contextManager)
Manages all the methods of a class
|
void |
manager(Method method,
ContextManager contextManager)
Manage a method with
ContextManager |
default void |
manager(Object o)
manager a object
|
default void manager(Object o) throws IllegalAccessException, InvocationTargetException
BaseManagermanager 在接口中 BaseManagermanager 在接口中 ClassAttributeManagerIllegalAccessExceptionInvocationTargetExceptiondefault void manager(AccessibleObject accessibleObject, ContextManager contextManager) throws InvocationTargetException, IllegalAccessException
MethodManagerAccessibleObject
if it's method goto MethodManager.manager(Method, ContextManager)manager 在接口中 ClassAttributeManagermanager 在接口中 MethodManagerInvocationTargetExceptionIllegalAccessExceptionvoid manager(Method method, ContextManager contextManager) throws IllegalAccessException, InvocationTargetException
MethodManagerContextManagermanager 在接口中 MethodManagerIllegalAccessExceptionInvocationTargetExceptionvoid manager(Class clas, ContextManager contextManager) throws IllegalAccessException, InvocationTargetException
MethodManagermanager 在接口中 ClassAttributeManagermanager 在接口中 MethodManagerIllegalAccessExceptionInvocationTargetExceptionCopyright © 2025. All rights reserved.