T
- type of the subject or delegate to create a proxy forpublic abstract class AbstractProxy<T> extends Object implements Proxy<T>
Constructor and Description |
---|
AbstractProxy() |
Modifier and Type | Method and Description |
---|---|
protected static <T> String |
getMethodSignature(Class<T> aClass,
Method method)
Gets a string representing the method signature (For debug purposes).
|
protected static <T> String getMethodSignature(Class<T> aClass, Method method)
T
- type of the classaClass
- class to get the method signature formethod
- methodCopyright © 2015. All Rights Reserved.