Interface VariableInitializer


  • public interface VariableInitializer
    • 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 assigned
        data - current set of variables that can be used to compute the value
        Returns:
        new instance of given class