org.apache.velocity.tools.generic
public static class FieldTool.MutableField extends java.lang.Object
Field
and Class
reference for later
retrieval of the value of a field that is not final and may
change at different lookups. If a Log
is passed in,
then this will log errors, otherwise it will fail silently.Modifier and Type | Field and Description |
---|---|
private java.lang.Class |
clazz |
private java.lang.reflect.Field |
field |
private Log |
log |
Constructor and Description |
---|
FieldTool.MutableField(java.lang.reflect.Field f,
java.lang.Class c,
Log l) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getValue() |
Copyright (c) 2003-2007 Apache Software Foundation