public interface BeanDescriptor
Modifier and Type | Method and Description |
---|---|
String |
getBeanName() |
Set<String> |
getProperties()
Get all bean properties associated with this bean type.
|
MetaClass |
getPropertyType(String propertyName) |
MetaMethod |
getReadMethodForProperty(String propertyName) |
MetaMethod |
getWriteMethodForProperty(String propertyName) |
String getBeanName()
Set<String> getProperties()
MetaMethod getReadMethodForProperty(String propertyName)
MetaMethod getWriteMethodForProperty(String propertyName)
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.