| Constructor and Description |
|---|
BeanProperty(String name,
MethodDescriptor readMethod,
MethodDescriptor writeMethod) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(Object bean) |
TypeDescriptor |
getDeclaringType() |
String |
getName() |
MethodDescriptor |
getReadMethod() |
TypeDescriptor |
getType() |
MethodDescriptor |
getWriteMethod() |
boolean |
isReadable() |
boolean |
isReadableFrom(TypeDescriptor typeDescriptor) |
boolean |
isWritable() |
boolean |
isWritableFrom(TypeDescriptor typeDescriptor) |
void |
set(Object bean,
Object value) |
public BeanProperty(String name, MethodDescriptor readMethod, MethodDescriptor writeMethod)
public String getName()
public boolean isReadable()
isReadable in interface Propertypublic boolean isWritable()
isWritable in interface Propertypublic MethodDescriptor getReadMethod()
public MethodDescriptor getWriteMethod()
public boolean isReadableFrom(TypeDescriptor typeDescriptor)
isReadableFrom in interface Propertypublic boolean isWritableFrom(TypeDescriptor typeDescriptor)
isWritableFrom in interface Propertypublic TypeDescriptor getDeclaringType()
public TypeDescriptor getType()
Copyright © 2016. All rights reserved.