JBoss Reflection 2.2.1.SP1

Uses of Interface
org.jboss.beans.info.spi.PropertyInfo

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 DefaultPropertyInfo
          Default property info.
 class FieldPropertyInfo
          Field property info.
 class GetterAndFieldPropertyInfo
          Combined getter and field 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.
 class SetterAndFieldPropertyInfo
          Combined setter and field property info.
 

Methods in org.jboss.beans.info.plugins that return PropertyInfo
protected  PropertyInfo AbstractBeanInfo.findPropertyInfo(String propertyName)
          Finds a property.
protected static PropertyInfo BeanInfoUtil.getNestedPropertyInfo(BeanInfo beanInfo, Object target, String[] propertys)
          Get the nested property info from target.
 PropertyInfo AbstractBeanInfo.getProperty(String propertyName)
          Get a property
static PropertyInfo BeanInfoUtil.getPropertyInfo(BeanInfo beanInfo, Object target, String name)
          Get nested property info.
protected  PropertyInfo FieldBeanInfo.replaceProperty(PropertyInfo original)
           
protected  PropertyInfo AbstractBeanInfo.replaceProperty(PropertyInfo original)
          Do we need to replace property due to access mode.
 

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()
           
 

Methods in org.jboss.beans.info.plugins with parameters of type PropertyInfo
protected  void AbstractBeanInfo.addProperty(PropertyInfo property)
          Add property.
protected  void AbstractBeanInfo.replaceAndAddProperty(PropertyInfo property)
          Replace and add property.
protected  PropertyInfo FieldBeanInfo.replaceProperty(PropertyInfo original)
           
protected  PropertyInfo AbstractBeanInfo.replaceProperty(PropertyInfo original)
          Do we need to replace property due to access mode.
 

Method parameters in org.jboss.beans.info.plugins with type arguments of type PropertyInfo
protected  BeanInfo AbstractBeanInfoFactory.createBeanInfo(ClassAdapter classAdapter, BeanAccessMode accessMode, Set<PropertyInfo> properties, Set<ConstructorInfo> constructors, Set<MethodInfo> methods, Set<EventInfo> events)
          Create the bean info
 void FieldBeanInfo.setProperties(Set<PropertyInfo> properties)
           
 void AbstractBeanInfo.setProperties(Set<PropertyInfo> properties)
           
 

Constructors in org.jboss.beans.info.plugins with parameters of type PropertyInfo
GetterAndFieldPropertyInfo(PropertyInfo previous, FieldInfo field)
           
SetterAndFieldPropertyInfo(PropertyInfo previous, FieldInfo field)
           
 

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
AllBeanInfo(BeanInfoFactory beanInfoFactory, ClassAdapter classAdapter, Set<PropertyInfo> properties, Set<ConstructorInfo> constructors, Set<MethodInfo> methods, Set<EventInfo> events)
           
FieldBeanInfo(BeanInfoFactory beanInfoFactory, ClassAdapter classAdapter, Set<PropertyInfo> properties, Set<ConstructorInfo> constructors, Set<MethodInfo> methods, Set<EventInfo> events)
           
 

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
 BeanInfo BeanAccessMode.create(BeanInfoFactory beanInfoFactory, ClassAdapter classAdapter, Set<PropertyInfo> properties, Set<ConstructorInfo> constructors, Set<MethodInfo> methods, Set<EventInfo> events)
          Create the bean info
 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)
           
 


JBoss Reflection 2.2.1.SP1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.