public class NodeBuilderProgram extends FlowProgram
| Modifier and Type | Field and Description |
|---|---|
static NodeBuilderProgram |
NULL |
| Modifier and Type | Method and Description |
|---|---|
QName |
getQName()
Returns the program's QName
|
<T> void |
inject(T bean,
CreationalContext<T> cxt)
Configures the bean using the current program.
|
java.lang.String |
toString() |
addProgram, bind, compareTo, configure, configure, configure, create, create, create, getDeclaringClass, getName, getPriority, initpublic static final NodeBuilderProgram NULL
public QName getQName()
ConfigProgramgetQName in class ConfigProgrampublic <T> void inject(T bean,
CreationalContext<T> cxt)
throws ConfigException
ConfigPrograminject in class ConfigProgrambean - the bean to configureConfigExceptionpublic java.lang.String toString()
toString in class java.lang.Object