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