Method Summary |
|
public boolean | equals(Object other) Equals. |
public T | getAnnotation(Class<T> annnotation) Returns a annotation for the current property if present. |
public Class | getDeclaringClass() Returns the class where the property is declared. |
public Object | getField(Object instance) Returns a value of an field. |
public Type | getGenericType() Returns the generic Type of this property. |
public Class<Object> | getGenericTypeClass() If the propety represents a genericType (e.g. |
public String | getName() Return the name. |
public PropertyDescriptor | getProperty() Returns the property. |
public String | getPropertyName() Returns null if the accestype is field. |
public Class | getType() Returns the type of the property. |
public int | hashCode() Hash Code. |
public void | setField(Object instance, Object value) Sets a value of the field / getterMethod. |
public String | toString() To String. |