Package | Description |
---|---|
org.jboss.as.pojo.descriptor | |
org.jboss.as.pojo.service |
Modifier and Type | Field and Description |
---|---|
protected org.jboss.msc.value.InjectedValue<BeanInfo> |
FactoryConfig.beanInfo |
Modifier and Type | Method and Description |
---|---|
BeanInfo |
FactoryConfig.getBeanInfo() |
BeanInfo |
DefaultConfigVisitor.getBeanInfo() |
BeanInfo |
ConfigVisitor.getBeanInfo()
Get bean info.
|
protected BeanInfo |
InjectedValueConfig.getBeanInfo(Object bean) |
protected static BeanInfo |
AbstractConfigVisitorNode.getTempBeanInfo(Class<?> clazz)
Get temp bean info.
|
protected static BeanInfo |
AbstractConfigVisitorNode.getTempBeanInfo(ConfigVisitor visitor,
Class<?> clazz)
Get temp bean info.
|
protected static BeanInfo |
AbstractConfigVisitorNode.getTempBeanInfo(ConfigVisitor visitor,
String className)
Get temp bean info.
|
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.value.InjectedValue<BeanInfo> |
InstallConfig.getBeanInfo() |
Constructor and Description |
---|
DefaultConfigVisitor(org.jboss.msc.service.ServiceBuilder builder,
BeanState state,
org.jboss.modules.Module module,
DeploymentReflectionIndex index,
BeanInfo beanInfo) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultBeanInfo<T>
Default bean info.
|
Modifier and Type | Method and Description |
---|---|
protected BeanInfo |
AbstractPojoPhase.getBeanInfo() |
BeanInfo |
DescribedPojoPhase.getValue() |
Modifier and Type | Method and Description |
---|---|
static void |
BeanUtils.configure(BeanMetaDataConfig beanConfig,
BeanInfo beanInfo,
org.jboss.modules.Module module,
Object bean,
boolean nullify)
Configure bean.
|
static void |
BeanUtils.dispatchLifecycleJoinpoint(BeanInfo beanInfo,
Object bean,
LifecycleConfig config,
String defaultMethod)
Dispatch lifecycle joinpoint.
|
static Object |
BeanUtils.instantiateBean(BeanMetaDataConfig beanConfig,
BeanInfo beanInfo,
DeploymentReflectionIndex index,
org.jboss.modules.Module module)
Instantiate bean.
|
protected void |
AbstractPojoPhase.setBeanInfo(BeanInfo beanInfo) |
Constructor and Description |
---|
Callback(BeanInfo beanInfo,
Object bean,
CallbackConfig config) |
ReflectionJoinpoint(BeanInfo beanInfo,
String methodName) |
ReflectionJoinpoint(BeanInfo beanInfo,
String methodName,
String[] types) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.