| 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 |
DefaultConfigVisitor.getBeanInfo() |
BeanInfo |
ConfigVisitor.getBeanInfo()
Get bean info.
|
BeanInfo |
FactoryConfig.getBeanInfo() |
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,
org.jboss.as.server.deployment.reflect.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,
org.jboss.as.server.deployment.reflect.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 © 2019 JBoss by Red Hat. All rights reserved.