- 封闭类:
- FieldTool
public static class FieldTool.MutableField
extends Object
Holds a
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.
-
字段概要
字段
private final org.apache.velocity.runtime.log.Log
-
-
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
字段详细资料
-
clazz
private final Class clazz
-
field
private final Field field
-
log
private final org.apache.velocity.runtime.log.Log log
-
构造器详细资料
-
MutableField
public MutableField(Field f,
Class c,
org.apache.velocity.runtime.log.Log l)
-