public abstract class AbstractProxyClassGenerator extends Object implements ProxyClassGenerator
ProxyClassGenerator implementations.| Constructor and Description |
|---|
AbstractProxyClassGenerator() |
| Modifier and Type | Method and Description |
|---|---|
static Method[] |
getImplementationMethods(Class<?>[] proxyClasses)
Returns all methods that a proxy class must implement from the proxy interfaces.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgenerateProxyClasspublic AbstractProxyClassGenerator()
public static Method[] getImplementationMethods(Class<?>[] proxyClasses)
proxyClasses - the interfaces the proxy class must implementCopyright © 2005–2014 The Apache Software Foundation. All rights reserved.