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.classadapter.plugins |
Basic Class Adapter.
|
org.jboss.classadapter.spi |
Class Adapter API.
|
Modifier and Type | Field and Description |
---|---|
protected ClassAdapter |
AbstractBeanInfo.classAdapter
The class adapter
|
Modifier and Type | Method and Description |
---|---|
protected BeanInfo |
AbstractBeanInfoFactory.createBeanInfo(ClassAdapter classAdapter,
BeanAccessMode accessMode,
Set<PropertyInfo> properties,
Set<ConstructorInfo> constructors,
Set<MethodInfo> methods,
Set<EventInfo> events)
Create the bean info
|
BeanInfo |
AbstractBeanInfoFactory.getBeanInfo(ClassAdapter classAdapter) |
BeanInfo |
AbstractBeanInfoFactory.getBeanInfo(ClassAdapter classAdapter,
BeanAccessMode accessMode) |
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 |
---|---|
BeanInfo |
BeanAccessMode.create(BeanInfoFactory beanInfoFactory,
ClassAdapter classAdapter,
Set<PropertyInfo> properties,
Set<ConstructorInfo> constructors,
Set<MethodInfo> methods,
Set<EventInfo> events)
Create the bean info
|
BeanInfo |
BeanInfoFactory.getBeanInfo(ClassAdapter classAdapter)
Retrieve the bean information
|
BeanInfo |
BeanInfoFactory.getBeanInfo(ClassAdapter classAdapter,
BeanAccessMode accessMode)
Retrieve the bean information
|
Modifier and Type | Class and Description |
---|---|
class |
BasicClassAdapter
A class adapter.
|
Modifier and Type | Method and Description |
---|---|
ClassAdapter |
BasicClassAdapterFactory.getClassAdapter(Class<?> clazz) |
ClassAdapter |
BasicClassAdapterFactory.getClassAdapter(String name,
ClassLoader cl) |
ClassAdapter |
BasicClassAdapterFactory.getClassAdapter(TypeInfo typeInfo) |
Modifier and Type | Method and Description |
---|---|
ClassAdapter |
ClassAdapterFactory.getClassAdapter(Class<?> clazz)
Get a class adapter
|
ClassAdapter |
ClassAdapterFactory.getClassAdapter(String name,
ClassLoader cl)
Get a class adapter
|
ClassAdapter |
ClassAdapterFactory.getClassAdapter(TypeInfo typeInfo)
Get a class adapter
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.