|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.velocity.util.introspection.ClassFieldMap
public class ClassFieldMap
A cache of introspection information for a specific class instance.
Keys Field objects by the field names.
| Constructor Summary | |
|---|---|
ClassFieldMap(Class clazz,
Log log)
Standard constructor |
|
| Method Summary | |
|---|---|
Field |
findField(String name)
Find a Field using the field name. |
Class |
getCachedClass()
Returns the class object whose fields are cached by this map. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassFieldMap(Class clazz,
Log log)
clazz - The class for which this ClassMap gets constructed.| Method Detail |
|---|
public Class getCachedClass()
public Field findField(String name)
name - The field name to look up.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||