public interface PropertyAccessor
Modifier and Type | Method and Description |
---|---|
Object |
executeGetter(Object bean) |
void |
executeSetter(Object bean,
Object value) |
String |
getName() |
Class<?> |
getPropertyType() |
Method |
getReadMethod() |
Method |
getWriteMethod() |
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.