org.compass.core.config
Class CompassEnvironment.Reflection
java.lang.Object
org.compass.core.config.CompassEnvironment.Reflection
- Enclosing class:
- CompassEnvironment
public abstract static class CompassEnvironment.Reflection
- extends Object
Settins controlling how reflection is performed when invoking methods (getter/setter),
fields, and constructors.
|
Field Summary |
static String |
ASM
Uses ASM based reflection. |
static String |
PLAIN
Plain reflection using java reflection API. |
static String |
TYPE
The type of reflection used. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE
public static final String TYPE
- The type of reflection used. Defaults to
ASM.
- See Also:
ASM,
PLAIN,
Constant Field Values
PLAIN
public static final String PLAIN
- Plain reflection using java reflection API.
- See Also:
- Constant Field Values
ASM
public static final String ASM
- Uses ASM based reflection.
- See Also:
- Constant Field Values
CompassEnvironment.Reflection
public CompassEnvironment.Reflection()
Copyright (c) 2004-2008 The Compass Project.