protected static class IntrabandProxyUtil.MethodsBag
extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Method> |
emptyMethods |
protected List<Method> |
idMethods |
protected List<Method> |
proxyMethods |
protected String[] |
proxyMethodSignatures |
| Constructor and Description |
|---|
MethodsBag(List<Method> idMethods,
List<Method> proxyMethods,
List<Method> emptyMethods) |