|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyInfo | |
|---|---|
| org.jboss.beans.info.plugins | Classes used to describe beans, an abstract implementation. |
| org.jboss.beans.info.spi | Classes used to describe beans. |
| org.jboss.beans.info.spi.helpers | |
| Uses of PropertyInfo in org.jboss.beans.info.plugins |
|---|
| Classes in org.jboss.beans.info.plugins that implement PropertyInfo | |
|---|---|
class |
AbstractPropertyInfo
Property info. |
class |
NestedPropertyInfo
When bean has more than one property with the same name we try to use this impl to look over all possible setters in order to set the value. |
| Fields in org.jboss.beans.info.plugins with type parameters of type PropertyInfo | |
|---|---|
protected Set<PropertyInfo> |
AbstractBeanInfo.properties
The properties |
| Methods in org.jboss.beans.info.plugins that return PropertyInfo | |
|---|---|
protected static PropertyInfo |
BeanInfoUtil.getNestedPropertyInfo(BeanInfo beanInfo,
Object target,
String[] propertys)
Get the nested property info from target. |
PropertyInfo |
AbstractBeanInfo.getProperty(String name)
Get a property |
static PropertyInfo |
BeanInfoUtil.getPropertyInfo(BeanInfo beanInfo,
Object target,
String name)
Get nested property info. |
| Methods in org.jboss.beans.info.plugins that return types with arguments of type PropertyInfo | |
|---|---|
protected Set<PropertyInfo> |
AbstractBeanInfoFactory.getAnnotationProperties(Set<MethodInfo> methods)
Get the properties for an annotation |
protected Set<PropertyInfo> |
AbstractBeanInfoFactory.getBeanProperties(Set<MethodInfo> methods)
Get the properties for a bean |
Set<PropertyInfo> |
AbstractBeanInfo.getProperties()
|
| Method parameters in org.jboss.beans.info.plugins with type arguments of type PropertyInfo | |
|---|---|
protected BeanInfo |
AbstractBeanInfoFactory.createBeanInfo(ClassAdapter classAdapter,
Set<PropertyInfo> properties,
Set<ConstructorInfo> constructors,
Set<MethodInfo> methods,
Set<EventInfo> events)
Create the bean info |
void |
AbstractBeanInfo.setProperties(Set<PropertyInfo> properties)
|
| Constructor parameters in org.jboss.beans.info.plugins with type arguments of type PropertyInfo | |
|---|---|
AbstractBeanInfo(BeanInfoFactory beanInfoFactory,
ClassAdapter classAdapter,
Set<PropertyInfo> properties,
Set<ConstructorInfo> constructors,
Set<MethodInfo> methods,
Set<EventInfo> events)
Create a new bean info |
|
| Uses of PropertyInfo in org.jboss.beans.info.spi |
|---|
| Methods in org.jboss.beans.info.spi that return PropertyInfo | |
|---|---|
PropertyInfo |
BeanInfo.getProperty(String name)
Get a property |
| Methods in org.jboss.beans.info.spi that return types with arguments of type PropertyInfo | |
|---|---|
Set<PropertyInfo> |
BeanInfo.getProperties()
Get the property information. |
| Method parameters in org.jboss.beans.info.spi with type arguments of type PropertyInfo | |
|---|---|
void |
BeanInfo.setProperties(Set<PropertyInfo> properties)
Set the property information. |
| Uses of PropertyInfo in org.jboss.beans.info.spi.helpers |
|---|
| Methods in org.jboss.beans.info.spi.helpers that return PropertyInfo | |
|---|---|
PropertyInfo |
UnmodifiableBeanInfo.getProperty(String name)
|
| Methods in org.jboss.beans.info.spi.helpers that return types with arguments of type PropertyInfo | |
|---|---|
Set<PropertyInfo> |
UnmodifiableBeanInfo.getProperties()
|
| Method parameters in org.jboss.beans.info.spi.helpers with type arguments of type PropertyInfo | |
|---|---|
void |
UnmodifiableBeanInfo.setProperties(Set<PropertyInfo> properties)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||