public class FactoryConfig extends ValueConfig
| Modifier and Type | Field and Description |
|---|---|
protected org.jboss.msc.value.InjectedValue<BeanInfo> |
beanInfo |
protected org.jboss.msc.value.InjectedValue<Object> |
value |
| Constructor and Description |
|---|
FactoryConfig() |
| Modifier and Type | Method and Description |
|---|---|
BeanInfo |
getBeanInfo() |
protected Object |
getClassValue(Class<?> type)
Get value, use type to narrow down exact value.
|
Class<?> |
getType(ConfigVisitor visitor,
ConfigVisitorNode previous)
Try getting type off config.
|
void |
setBean(String dependency) |
void |
setState(BeanState state) |
void |
visit(ConfigVisitor visitor)
Visit metadata node.
|
getIndex, getPtValue, getType, getValue, setIndex, setTypeaddChildren, getChildren, getTempBeanInfo, getTempBeanInfo, getTempBeanInfo, getTypeprotected final transient org.jboss.msc.value.InjectedValue<BeanInfo> beanInfo
protected final transient org.jboss.msc.value.InjectedValue<Object> value
protected Object getClassValue(Class<?> type)
ValueConfiggetClassValue in class ValueConfigtype - the injection point typepublic void visit(ConfigVisitor visitor)
ConfigVisitorNodevisit in interface ConfigVisitorNodevisit in class AbstractConfigVisitorNodevisitor - the config visitorpublic Class<?> getType(ConfigVisitor visitor, ConfigVisitorNode previous)
TypeProvidergetType in interface TypeProvidergetType in class AbstractConfigVisitorNodevisitor - the current config visitorprevious - previous config visitor nodepublic void setBean(String dependency)
public void setState(BeanState state)
public BeanInfo getBeanInfo()
Copyright © 2021 JBoss by Red Hat. All rights reserved.