public interface Property
| Modifier and Type | Method and Description |
|---|---|
Object |
get(Object target)
returns property value, even if private
|
Type |
getGenericType() |
String |
getName() |
Class<?> |
getType() |
boolean |
isNull(Object target) |
boolean |
looksLikeId()
true if property looks like identifier of an Entity, for example has @Id annotation
|
String getName()
Type getGenericType()
Class<?> getType()
boolean looksLikeId()
Object get(Object target)
target - invocation targetboolean isNull(Object target)
Copyright © 2014. All rights reserved.