org.compass.core.util.reflection.asm
Class AsmReflectionMethodGenerator
java.lang.Object
org.compass.core.util.reflection.asm.AsmReflectionMethodGenerator
public class AsmReflectionMethodGenerator
- extends Object
Allows to generate an ReflectionMethod
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 |
AsmReflectionMethodGenerator
public AsmReflectionMethodGenerator()
generateMethod
public static ReflectionMethod generateMethod(Method refMethod)
throws SecurityException,
NoSuchMethodException
- Generates an
ReflectionMethod
based on ASM that does not use
reflection.
- Throws:
SecurityException
NoSuchMethodException
Copyright (c) 2004-2008 The Compass Project.