| Constructor and Description |
|---|
FieldProperty(Field field) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
get(Object target)
returns property value, even if private
|
Type |
getGenericType() |
String |
getName() |
Class<?> |
getType() |
int |
hashCode() |
boolean |
isNull(Object target) |
boolean |
looksLikeId()
true if property looks like identifier of an Entity, for example has @Id annotation
|
String |
toString() |
public FieldProperty(Field field)
public Type getGenericType()
getGenericType in interface Propertypublic boolean looksLikeId()
PropertylooksLikeId in interface Propertypublic Object get(Object target)
PropertyCopyright © 2014. All rights reserved.