com.thoughtworks.xstream.converters.reflection
Class FieldKey
java.lang.Object
com.thoughtworks.xstream.converters.reflection.FieldKey
- public class FieldKey
- extends java.lang.Object
A field key.
Constructor Summary |
FieldKey(java.lang.String fieldName,
java.lang.Class declaringClass,
int order)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
FieldKey
public FieldKey(java.lang.String fieldName,
java.lang.Class declaringClass,
int order)
getFieldName
public java.lang.String getFieldName()
getDeclaringClass
public java.lang.Class getDeclaringClass()
getDepth
public int getDepth()
getOrder
public int getOrder()
equals
public boolean equals(java.lang.Object o)
hashCode
public int hashCode()
toString
public java.lang.String toString()
Joe Walnes, http://xstream.codehaus.org/