Class FieldTool.MutableField
- java.lang.Object
-
- org.apache.velocity.tools.generic.FieldTool.MutableField
-
- Enclosing class:
- FieldTool
public static class FieldTool.MutableField extends java.lang.Object
Holds aField
andClass
reference for later retrieval of the value of a field that is not final and may change at different lookups. If aLog
is passed in, then this will log errors, otherwise it will fail silently.
-
-
Constructor Summary
Constructors Constructor Description MutableField(java.lang.reflect.Field f, java.lang.Class c, org.apache.velocity.runtime.log.Log l)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getValue()
-