com.sun.jersey.server.linking.impl
Class FieldDescriptor

java.lang.Object
  extended by com.sun.jersey.server.linking.impl.FieldDescriptor
Direct Known Subclasses:
RefFieldDescriptor

public class FieldDescriptor
extends Object

Utility class for working with class fields

Author:
mh124079

Field Summary
protected  Field field
           
 
Method Summary
 boolean equals(Object obj)
           
 String getFieldName()
           
 Object getFieldValue(Object instance)
           
 int hashCode()
           
protected static void setAccessibleField(Field f)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

field

protected Field field
Method Detail

getFieldValue

public Object getFieldValue(Object instance)

getFieldName

public String getFieldName()

setAccessibleField

protected static void setAccessibleField(Field f)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013 Oracle Corporation. All Rights Reserved.