com.thoughtworks.xstream.converters.reflection
Class FieldDictionary

java.lang.Object
  extended bycom.thoughtworks.xstream.converters.reflection.FieldDictionary

public class FieldDictionary
extends java.lang.Object


Constructor Summary
FieldDictionary()
           
 
Method Summary
 java.lang.reflect.Field field(java.lang.Class cls, java.lang.String name, java.lang.Class definedIn)
           
 java.util.Iterator serializableFieldsFor(java.lang.Class cls)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldDictionary

public FieldDictionary()
Method Detail

serializableFieldsFor

public java.util.Iterator serializableFieldsFor(java.lang.Class cls)

field

public java.lang.reflect.Field field(java.lang.Class cls,
                                     java.lang.String name,
                                     java.lang.Class definedIn)


Joe Walnes, http://xstream.codehaus.org/