public static class PropertyUtils.Property extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) String |
name |
(package private) Class<?> |
propertyType |
(package private) Method |
readMethod |
(package private) Method |
writeMethod |
| Constructor and Description |
|---|
Property(String name,
Method readMethod,
Method writeMethod,
Class<?> propertyType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Class<?> |
getPropertyType() |
Method |
getReadMethod() |
Method |
getWriteMethod() |
Object |
read(Object target) |
void |
write(Object target,
Object value) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.