public static class PermissionDict.ArgsMeta extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
String |
getMethod() |
int |
hashCode() |
static PermissionDict.ArgsMeta |
of(Class<?> type,
Method method) |
static PermissionDict.ArgsMeta |
of(Class<?> type,
String methodName,
Class<?>... args) |
static PermissionDict.ArgsMeta |
of(Object type,
String methodName,
Class<?>... args) |
public String getMethod()
public static PermissionDict.ArgsMeta of(Class<?> type, Method method)
public static PermissionDict.ArgsMeta of(Class<?> type, String methodName, Class<?>... args)
public static PermissionDict.ArgsMeta of(Object type, String methodName, Class<?>... args)
Copyright © 2022. All rights reserved.