public interface ProxyClassGenerator
Modifier and Type | Method and Description |
---|---|
<T> Class<T> |
generateProxyClass(ClassLoader classLoader,
Class<T> targetClass,
Class<? extends InvocationHandler> delegateInvocationHandlerClass,
String suffix,
String superAccessorMethodSuffix,
Class<?>[] additionalInterfaces,
Method[] delegateMethods,
Method[] interceptMethods) |
<T> Class<T> generateProxyClass(ClassLoader classLoader, Class<T> targetClass, Class<? extends InvocationHandler> delegateInvocationHandlerClass, String suffix, String superAccessorMethodSuffix, Class<?>[] additionalInterfaces, Method[] delegateMethods, Method[] interceptMethods)
Copyright © 2015 The Apache Software Foundation. All rights reserved.