public class DubboUtil extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static Class<?> |
getAssistInterface(Object proxyBean)
get the interface class of the dubbo proxy which be generated by javaassist
|
static boolean |
isDubboProxyName(String name) |
public static Class<?> getAssistInterface(Object proxyBean) throws NoSuchFieldException, SecurityException, IllegalArgumentException, IllegalAccessException, NoSuchMethodException, InvocationTargetException
proxyBean - the proxy beanNoSuchFieldException - the no such field exceptionSecurityException - the security exceptionIllegalArgumentException - the illegal argument exceptionIllegalAccessException - the illegal access exceptionNoSuchMethodException - the no such method exceptionInvocationTargetException - the invocation target exceptionpublic static boolean isDubboProxyName(String name)
Copyright © 2022 Seata. All rights reserved.