@Typed public class AsmDeltaSpikeProxyClassGenerator extends Object implements DeltaSpikeProxyClassGenerator
| Constructor and Description |
|---|
AsmDeltaSpikeProxyClassGenerator() |
| Modifier and Type | Method and Description |
|---|---|
<T> Class<T> |
generateProxyClass(ClassLoader classLoader,
Class<T> targetClass,
String suffix,
String superAccessorMethodSuffix,
Class<?>[] additionalInterfaces,
Method[] delegateMethods,
Method[] interceptMethods) |
public <T> Class<T> generateProxyClass(ClassLoader classLoader, Class<T> targetClass, String suffix, String superAccessorMethodSuffix, Class<?>[] additionalInterfaces, Method[] delegateMethods, Method[] interceptMethods)
generateProxyClass in interface DeltaSpikeProxyClassGeneratorCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.