Interface VariableInitializer
-
public interface VariableInitializer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectinitialize(Variable definition, Map<String,Object> data)Initializes new instance of the given variable either by creating empty instance or based on configured default value
-
-
-
Method Detail
-
initialize
Object initialize(Variable definition, Map<String,Object> data)
Initializes new instance of the given variable either by creating empty instance or based on configured default value- Parameters:
definition- variable definition that should get value assigneddata- current set of variables that can be used to compute the value- Returns:
- new instance of given class
-
-