|
JBoss Reflection 2.2.1.SP1 | |||||||||
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. |
class |
AllBeanInfo
All bean info. |
class |
FieldBeanInfo
Field bean info. |
Fields in org.jboss.beans.info.plugins with type parameters of type BeanInfo | |
---|---|
protected Map<ClassLoader,Map<ClassInfo,Map<BeanAccessMode,BeanInfo>>> |
AbstractBeanInfoFactory.cache
The cache |
Methods in org.jboss.beans.info.plugins that return BeanInfo | |
---|---|
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 |
AbstractPropertyInfo.getBeanInfo()
|
BeanInfo |
NestedPropertyInfo.getBeanInfo()
|
BeanInfo |
AbstractBeanInfoFactory.getBeanInfo(ClassAdapter classAdapter)
|
BeanInfo |
AbstractBeanInfoFactory.getBeanInfo(ClassAdapter classAdapter,
BeanAccessMode accessMode)
|
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)
Deprecated. |
|
NestedPropertyInfo(String name,
String upperName,
BeanInfo beanInfo)
|
Uses of BeanInfo in org.jboss.beans.info.spi |
---|
Methods in org.jboss.beans.info.spi that return BeanInfo | |
---|---|
BeanInfo |
BeanAccessMode.create(BeanInfoFactory beanInfoFactory,
ClassAdapter classAdapter,
Set<PropertyInfo> properties,
Set<ConstructorInfo> constructors,
Set<MethodInfo> methods,
Set<EventInfo> events)
Create the bean info |
BeanInfo |
PropertyInfo.getBeanInfo()
Get the BeanInfo |
BeanInfo |
BeanInfoFactory.getBeanInfo(ClassAdapter classAdapter)
Retrieve the bean information |
BeanInfo |
BeanInfoFactory.getBeanInfo(ClassAdapter classAdapter,
BeanAccessMode accessMode)
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)
Constructor. |
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(Class<?> clazz,
BeanAccessMode accessMode)
|
BeanInfo |
AbstractConfiguration.getBeanInfo(String className,
ClassLoader cl)
|
BeanInfo |
AbstractConfiguration.getBeanInfo(String className,
ClassLoader cl,
BeanAccessMode accessMode)
|
BeanInfo |
AbstractConfiguration.getBeanInfo(TypeInfo typeInfo)
|
BeanInfo |
AbstractConfiguration.getBeanInfo(TypeInfo typeInfo,
BeanAccessMode accessMode)
|
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(Class<?> clazz,
BeanAccessMode accessMode)
Get the bean info |
BeanInfo |
Configuration.getBeanInfo(String className,
ClassLoader cl)
Get the bean info |
BeanInfo |
Configuration.getBeanInfo(String className,
ClassLoader cl,
BeanAccessMode accessMode)
Get the bean info |
BeanInfo |
Configuration.getBeanInfo(TypeInfo type)
Get the bean info |
BeanInfo |
Configuration.getBeanInfo(TypeInfo type,
BeanAccessMode accessMode)
Get the bean info |
|
JBoss Reflection 2.2.1.SP1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |