public interface PropertyOps
| Modifier and Type | Method and Description |
|---|---|
<A> A |
findAnnotation(Class<A> annotationClass) |
String |
getName() |
Method |
getReadMethod() |
Class<?> |
getType() |
Object |
getValue(Object entity) |
Method |
getWriteMethod()
If applicable, returns the write method associated with this property.
|
boolean |
isReadable() |
boolean |
isWritable() |
void |
setValue(Object entity,
Object value) |
String getName()
Class<?> getType()
boolean isWritable()
boolean isReadable()
Method getWriteMethod()
Method getReadMethod()
<A> A findAnnotation(Class<A> annotationClass)
Copyright © 2017. All rights reserved.