public class ExprProgram extends ConfigProgram
| Constructor and Description |
|---|
ExprProgram(Expr expr) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
create(ConfigType<T> type,
CreationalContext<T> env) |
<T> void |
inject(T bean,
CreationalContext<T> createContext)
Configures the bean using the current program.
|
java.lang.String |
toString() |
addProgram, bind, compareTo, configure, configure, configure, create, create, getDeclaringClass, getName, getPriority, getQName, initpublic ExprProgram(Expr expr)
public <T> T create(ConfigType<T> type, CreationalContext<T> env) throws ConfigException
create in class ConfigProgramConfigExceptionpublic <T> void inject(T bean,
CreationalContext<T> createContext)
ConfigPrograminject in class ConfigProgrambean - the bean to configurepublic java.lang.String toString()
toString in class java.lang.Object