org.compass.core.util.reflection.asm
Class AsmReflectionConstructorGenerator
java.lang.Object
org.compass.core.util.reflection.asm.AsmReflectionConstructorGenerator
public class AsmReflectionConstructorGenerator
- extends Object
Allows to generate an ReflectionConstructor implementation based on ASM that does not use
reflection.
- Author:
- kimchy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsmReflectionConstructorGenerator
public AsmReflectionConstructorGenerator()
generateConstructor
public static ReflectionConstructor generateConstructor(Constructor originalCtor)
throws NoSuchMethodException
- Allows to generate an
ReflectionConstructor implementation based on ASM that does not use
reflection.
- Throws:
NoSuchMethodException
Copyright (c) 2004-2008 The Compass Project.