xsmeral.pipe
Class ParamInitializer
java.lang.Object
xsmeral.pipe.ParamInitializer
public class ParamInitializer
- extends Object
Initializes values of fields annotated with Param
with values from the initialization parameter map. The parameter name is
either the field name or a name specified as an argument of Param
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParamInitializer
public ParamInitializer()
initialize
public static void initialize(Object obj,
Map<String,String> params)
throws Exception
- Performs the initialization and conversion.
- Throws:
Exception