|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanInfo | |
|---|---|
| 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 | |
| org.jboss.config.plugins | |
| org.jboss.config.spi | |
| Uses of BeanInfo in org.jboss.beans.info.plugins |
|---|
| Classes in org.jboss.beans.info.plugins that implement BeanInfo | |
|---|---|
class |
AbstractBeanInfo
BeanInfo. |
| Fields in org.jboss.beans.info.plugins declared as BeanInfo | |
|---|---|
protected BeanInfo |
AbstractPropertyInfo.beanInfo
The bean info |
| Fields in org.jboss.beans.info.plugins with type parameters of type BeanInfo | |
|---|---|
protected Map<ClassLoader,Map<String,BeanInfo>> |
AbstractBeanInfoFactory.cache
The cache |
| Methods in org.jboss.beans.info.plugins that return BeanInfo | |
|---|---|
protected BeanInfo |
AbstractBeanInfoFactory.createBeanInfo(ClassAdapter classAdapter,
Set<PropertyInfo> properties,
Set<ConstructorInfo> constructors,
Set<MethodInfo> methods,
Set<EventInfo> events)
Create the bean info |
BeanInfo |
NestedPropertyInfo.getBeanInfo()
|
BeanInfo |
AbstractPropertyInfo.getBeanInfo()
|
BeanInfo |
AbstractBeanInfoFactory.getBeanInfo(ClassAdapter classAdapter)
|
| Methods in org.jboss.beans.info.plugins with parameters of type BeanInfo | |
|---|---|
static Object |
BeanInfoUtil.get(BeanInfo beanInfo,
Object target,
String name)
Get the value from target. |
protected static PropertyInfo |
BeanInfoUtil.getNestedPropertyInfo(BeanInfo beanInfo,
Object target,
String[] propertys)
Get the nested property info from target. |
protected static Object |
BeanInfoUtil.getNestedTarget(BeanInfo beanInfo,
Object target,
String[] propertys)
Get the value from target. |
static PropertyInfo |
BeanInfoUtil.getPropertyInfo(BeanInfo beanInfo,
Object target,
String name)
Get nested property info. |
static void |
BeanInfoUtil.set(BeanInfo beanInfo,
Object target,
String name,
Object value)
Set the value on target. |
| Constructors in org.jboss.beans.info.plugins with parameters of type BeanInfo | |
|---|---|
NestedPropertyInfo(String name,
BeanInfo beanInfo)
|
|
| Uses of BeanInfo in org.jboss.beans.info.spi |
|---|
| Methods in org.jboss.beans.info.spi that return BeanInfo | |
|---|---|
BeanInfo |
PropertyInfo.getBeanInfo()
Get the BeanInfo |
BeanInfo |
BeanInfoFactory.getBeanInfo(ClassAdapter classAdapter)
Retrieve the bean information |
| Uses of BeanInfo in org.jboss.beans.info.spi.helpers |
|---|
| Classes in org.jboss.beans.info.spi.helpers that implement BeanInfo | |
|---|---|
class |
UnmodifiableBeanInfo
An unmodifiable view of the specified bean info instance. |
| Constructors in org.jboss.beans.info.spi.helpers with parameters of type BeanInfo | |
|---|---|
UnmodifiableBeanInfo(BeanInfo delegate)
|
|
| Uses of BeanInfo in org.jboss.config.plugins |
|---|
| Methods in org.jboss.config.plugins that return BeanInfo | |
|---|---|
BeanInfo |
AbstractConfiguration.getBeanInfo(Class<?> clazz)
|
BeanInfo |
AbstractConfiguration.getBeanInfo(String className,
ClassLoader cl)
|
BeanInfo |
AbstractConfiguration.getBeanInfo(TypeInfo typeInfo)
|
| Uses of BeanInfo in org.jboss.config.spi |
|---|
| Methods in org.jboss.config.spi that return BeanInfo | |
|---|---|
BeanInfo |
Configuration.getBeanInfo(Class<?> clazz)
Get the bean info |
BeanInfo |
Configuration.getBeanInfo(String className,
ClassLoader cl)
Get the bean info |
BeanInfo |
Configuration.getBeanInfo(TypeInfo type)
Get the bean info |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||