org.compass.core.util.reflection.asm
Class AsmReflectionFieldGenerator
java.lang.Object
org.compass.core.util.reflection.asm.AsmReflectionFieldGenerator
public class AsmReflectionFieldGenerator
- extends Object
Allows to generate ReflectionField 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 |
AsmReflectionFieldGenerator
public AsmReflectionFieldGenerator()
generateField
public static ReflectionField generateField(Field refField)
throws NoSuchFieldException
- Allows to generate
ReflectionField implementation based on
ASM that does not use reflection.
- Throws:
NoSuchFieldException
Copyright (c) 2004-2008 The Compass Project.