java.lang.Object
java.lang.reflect.AccessibleObject
java.lang.reflect.Field
- All Implemented Interfaces:
- AnnotatedElement, Member
- See Also:
- Top Examples, Source Code,
Class
,
Class.getFields()
,
Class.getField(String)
,
Class.getDeclaredFields()
,
Class.getDeclaredField(String)
public boolean equals(Object obj)
- See Also:
Hashtable
, Object.hashCode()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Object get(Object obj)
throws IllegalArgumentException,
IllegalAccessException
- See Also:
- ExceptionInInitializerError, NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public <T extends Annotation> T getAnnotation(Class<T> annotationClass)
- See Also:
- AccessibleObject, AnnotatedElement
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean getBoolean(Object obj)
throws IllegalArgumentException,
IllegalAccessException
- See Also:
get(java.lang.Object)
, ExceptionInInitializerError, NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public byte getByte(Object obj)
throws IllegalArgumentException,
IllegalAccessException
- See Also:
get(java.lang.Object)
, ExceptionInInitializerError, NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public char getChar(Object obj)
throws IllegalArgumentException,
IllegalAccessException
- See Also:
get(java.lang.Object)
, ExceptionInInitializerError, NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Annotation[] getDeclaredAnnotations()
- See Also:
- AccessibleObject, AnnotatedElement
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Class<?> getDeclaringClass()
- See Also:
- Member
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public double getDouble(Object obj)
throws IllegalArgumentException,
IllegalAccessException
- See Also:
get(java.lang.Object)
, ExceptionInInitializerError, NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public float getFloat(Object obj)
throws IllegalArgumentException,
IllegalAccessException
- See Also:
get(java.lang.Object)
, ExceptionInInitializerError, NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Type getGenericType()
- See Also:
- MalformedParameterizedTypeException, TypeNotPresentException, GenericSignatureFormatError
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getInt(Object obj)
throws IllegalArgumentException,
IllegalAccessException
- See Also:
get(java.lang.Object)
, ExceptionInInitializerError, NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public long getLong(Object obj)
throws IllegalArgumentException,
IllegalAccessException
- See Also:
get(java.lang.Object)
, ExceptionInInitializerError, NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getModifiers()
- See Also:
Modifier
, Member
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getName()
- See Also:
- Member
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public short getShort(Object obj)
throws IllegalArgumentException,
IllegalAccessException
- See Also:
get(java.lang.Object)
, ExceptionInInitializerError, NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Class<?> getType()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int hashCode()
- See Also:
Hashtable
, Object.equals(java.lang.Object)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isEnumConstant()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isSynthetic()
- See Also:
- Member
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void set(Object obj,
Object value)
throws IllegalArgumentException,
IllegalAccessException
- See Also:
- ExceptionInInitializerError, NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setBoolean(Object obj,
boolean z)
throws IllegalArgumentException,
IllegalAccessException
- See Also:
set(java.lang.Object, java.lang.Object)
, ExceptionInInitializerError, NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setByte(Object obj,
byte b)
throws IllegalArgumentException,
IllegalAccessException
- See Also:
set(java.lang.Object, java.lang.Object)
, ExceptionInInitializerError, NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setChar(Object obj,
char c)
throws IllegalArgumentException,
IllegalAccessException
- See Also:
set(java.lang.Object, java.lang.Object)
, ExceptionInInitializerError, NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setDouble(Object obj,
double d)
throws IllegalArgumentException,
IllegalAccessException
- See Also:
set(java.lang.Object, java.lang.Object)
, ExceptionInInitializerError, NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setFloat(Object obj,
float f)
throws IllegalArgumentException,
IllegalAccessException
- See Also:
set(java.lang.Object, java.lang.Object)
, ExceptionInInitializerError, NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setInt(Object obj,
int i)
throws IllegalArgumentException,
IllegalAccessException
- See Also:
set(java.lang.Object, java.lang.Object)
, ExceptionInInitializerError, NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setLong(Object obj,
long l)
throws IllegalArgumentException,
IllegalAccessException
- See Also:
set(java.lang.Object, java.lang.Object)
, ExceptionInInitializerError, NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setShort(Object obj,
short s)
throws IllegalArgumentException,
IllegalAccessException
- See Also:
set(java.lang.Object, java.lang.Object)
, ExceptionInInitializerError, NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String toGenericString()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String toString()
- See Also:
- Object
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples