org.jboss.errai.codegen.meta
Interface BeanDescriptor
public interface BeanDescriptor
- Author:
- Mike Brock, Christian Sadilek , Jonathan Fuerth
getBeanName
String getBeanName()
getProperties
Set<String> getProperties()
- Get all bean properties associated with this bean type.
- Returns:
- a set of properties associated with this bean type.
getReadMethodForProperty
MetaMethod getReadMethodForProperty(String propertyName)
getWriteMethodForProperty
MetaMethod getWriteMethodForProperty(String propertyName)
getPropertyType
MetaClass getPropertyType(String propertyName)
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.