public class ProxyClass extends Object
| 构造器和说明 |
|---|
ProxyClass(Class<?> target) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addProxyMethod(ProxyMethod proxyMethod) |
Map<String,byte[]> |
getByteCode() |
Class<?> |
getClazz() |
String |
getName() |
String |
getPkg() |
List<ProxyMethod> |
getProxyMethodList() |
String |
getSourceCode() |
Class<?> |
getTarget() |
boolean |
needProxy()
是否需要代理
|
void |
setByteCode(Map<String,byte[]> byteCode) |
void |
setClazz(Class<?> clazz) |
void |
setSourceCode(String sourceCode) |
public ProxyClass(Class<?> target)
public boolean needProxy()
public Class<?> getTarget()
public String getPkg()
public String getName()
public String getSourceCode()
public void setSourceCode(String sourceCode)
public Class<?> getClazz()
public void setClazz(Class<?> clazz)
public void addProxyMethod(ProxyMethod proxyMethod)
public List<ProxyMethod> getProxyMethodList()
Copyright © 2022. All rights reserved.