| Package | Description |
|---|---|
| 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.plugins.property | |
| org.jboss.config.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBeanInfoFactory
A bean info factory.
|
| Modifier and Type | Method and Description |
|---|---|
BeanInfoFactory |
AbstractBeanInfo.getBeanInfoFactory() |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
BeanInfoFactory |
BeanInfo.getBeanInfoFactory()
Get the bean info factory
|
| Modifier and Type | Method and Description |
|---|---|
BeanInfo |
BeanAccessMode.create(BeanInfoFactory beanInfoFactory,
ClassAdapter classAdapter,
Set<PropertyInfo> properties,
Set<ConstructorInfo> constructors,
Set<MethodInfo> methods,
Set<EventInfo> events)
Create the bean info
|
| Modifier and Type | Method and Description |
|---|---|
BeanInfoFactory |
UnmodifiableBeanInfo.getBeanInfoFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected BeanInfoFactory |
BasicConfiguration.createDefaultBeanInfoFactory() |
protected abstract BeanInfoFactory |
AbstractConfiguration.createDefaultBeanInfoFactory()
Create the default bean info factory
|
protected BeanInfoFactory |
AbstractConfiguration.getBeanInfoFactory()
Get the BeanInfoFactory
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractConfiguration.setBeanInfoFactory(BeanInfoFactory beanInfoFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected BeanInfoFactory |
PropertyConfiguration.createDefaultBeanInfoFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setBeanInfoFactory(BeanInfoFactory beanInfoFactory)
Set the beanInfoFactory.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.