public abstract class ValueConfig extends AbstractConfigVisitorNode implements Serializable
Constructor and Description |
---|
ValueConfig() |
Modifier and Type | Method and Description |
---|---|
protected abstract Object |
getClassValue(Class<?> type)
Get value, use type to narrow down exact value.
|
int |
getIndex() |
protected Object |
getPtValue(ParameterizedType type)
Get value.
|
String |
getType() |
Object |
getValue(Type type)
Get value.
|
void |
setIndex(int index) |
void |
setType(String type) |
addChildren, getChildren, getTempBeanInfo, getTempBeanInfo, getTempBeanInfo, getType, getType, visit
protected Object getPtValue(ParameterizedType type)
type
- the parameterized typeprotected abstract Object getClassValue(Class<?> type)
type
- the injection point typepublic String getType()
public void setType(String type)
public int getIndex()
public void setIndex(int index)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.