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.joinpoint.plugins |
Basic Join Points.
|
org.jboss.joinpoint.spi |
Join Point API.
|
org.jboss.reflect.plugins |
Abstract extended reflection implementations.
|
org.jboss.reflect.plugins.introspection |
Introspection based extended reflection.
|
org.jboss.reflect.plugins.javassist | |
org.jboss.reflect.spi |
Extended Reflection API.
|
Modifier and Type | Method and Description |
---|---|
Set<ConstructorInfo> |
AbstractBeanInfo.getConstructors() |
protected Set<ConstructorInfo> |
AbstractBeanInfoFactory.getConstructors(ClassInfo classInfo)
Get the constructors
|
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
|
void |
AbstractBeanInfo.setConstructors(Set<ConstructorInfo> constructors) |
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 |
---|---|
Set<ConstructorInfo> |
BeanInfo.getConstructors()
Get the constructor info.
|
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
|
void |
BeanInfo.setConstructors(Set<ConstructorInfo> constructors)
Set the constructor info.
|
Modifier and Type | Method and Description |
---|---|
Set<ConstructorInfo> |
UnmodifiableBeanInfo.getConstructors() |
Modifier and Type | Method and Description |
---|---|
void |
UnmodifiableBeanInfo.setConstructors(Set<ConstructorInfo> constructors) |
Modifier and Type | Field and Description |
---|---|
protected ConstructorInfo |
BasicConstructorJoinPoint.constructorInfo
The constructor info
|
Modifier and Type | Method and Description |
---|---|
static ConstructorInfo |
Config.findConstructorInfo(ClassInfo classInfo,
String[] paramTypes)
Find constructor info
|
ConstructorInfo |
BasicConstructorJoinPoint.getConstructorInfo() |
Modifier and Type | Method and Description |
---|---|
ConstructorJoinpoint |
BasicJoinpointFactory.getConstructorJoinpoint(ConstructorInfo constructorInfo) |
ConstructorJoinpoint |
BasicJoinpointFactory.getConstructorJoinpoint(ConstructorInfo constructorInfo,
Object metaData) |
Constructor and Description |
---|
BasicConstructorJoinPoint(ConstructorInfo constructorInfo)
Create a new constructor join point
|
Modifier and Type | Method and Description |
---|---|
ConstructorInfo |
ConstructorJoinpoint.getConstructorInfo()
Get the constructor info for this join point
|
Modifier and Type | Method and Description |
---|---|
ConstructorJoinpoint |
JoinpointFactory.getConstructorJoinpoint(ConstructorInfo constructorInfo)
Get a constructor join point
|
ConstructorJoinpoint |
JoinpointFactory.getConstructorJoinpoint(ConstructorInfo constructorInfo,
Object metaData)
Get a constructor join point
|
Modifier and Type | Class and Description |
---|---|
class |
ConstructorInfoImpl
Constructor info
|
Modifier and Type | Field and Description |
---|---|
protected ConstructorInfo[] |
ClassInfoImpl.constructors
The constructor info
|
static ConstructorInfo[] |
ClassInfoImpl.UNKNOWN_CONSTRUCTORS
Marker for generation
|
Modifier and Type | Method and Description |
---|---|
static ConstructorInfo |
ClassInfoImpl.findConstructor(ConstructorInfo[] constructors,
TypeInfo[] parameters)
Find a constructor
|
ConstructorInfo |
ClassInfoImpl.getDeclaredConstructor(TypeInfo[] parameters) |
ConstructorInfo[] |
ClassInfoImpl.getDeclaredConstructors() |
Modifier and Type | Method and Description |
---|---|
static ConstructorInfo |
ClassInfoImpl.findConstructor(ConstructorInfo[] constructors,
TypeInfo[] parameters)
Find a constructor
|
Modifier and Type | Class and Description |
---|---|
class |
ReflectConstructorInfoImpl
Constructor info
|
Modifier and Type | Class and Description |
---|---|
class |
JavassistConstructorInfo
JavassistConstructor.
|
Modifier and Type | Method and Description |
---|---|
protected ConstructorInfo |
JavassistTypeInfo.generateConstructorInfo(javassist.CtConstructor constructor)
Generate constructor info
|
protected ConstructorInfo |
JavassistTypeInfo.generateConstructorInfo(org.jboss.reflect.plugins.javassist.SignatureKey key)
Generate constructor info
|
ConstructorInfo |
JavassistTypeInfo.getDeclaredConstructor(TypeInfo[] parameters) |
ConstructorInfo[] |
JavassistTypeInfo.getDeclaredConstructors() |
Modifier and Type | Method and Description |
---|---|
ConstructorInfo |
NumberInfo.getDeclaredConstructor(TypeInfo[] parameters) |
ConstructorInfo |
DelegateClassInfo.getDeclaredConstructor(TypeInfo[] parameters) |
ConstructorInfo |
ClassInfo.getDeclaredConstructor(TypeInfo[] parameters)
Get a declared constructor
|
ConstructorInfo[] |
NumberInfo.getDeclaredConstructors() |
ConstructorInfo[] |
DelegateClassInfo.getDeclaredConstructors() |
ConstructorInfo[] |
ClassInfo.getDeclaredConstructors()
Get the declared constructors
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.