java.lang.Comparable<Property>public class FieldProperty extends GenericProperty
A FieldProperty is a Property which is accessed as
a field, without going through accessor methods (setX, getX). The field may
have any scope (public, package, protected, private).
| Constructor | Description |
|---|---|
FieldProperty(java.lang.reflect.Field field) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
get(java.lang.Object object) |
|
void |
set(java.lang.Object object,
java.lang.Object value) |
getActualTypeArgumentsclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTo, equals, getName, getType, hashCode, isReadable, isWritable, toString