Class FillFunctionContext

    • Field Detail

      • EXCEPTION_MESSAGE_KEY_PARAMETER_NOT_FOUND

        public static final String EXCEPTION_MESSAGE_KEY_PARAMETER_NOT_FOUND
        See Also:
        Constant Field Values
    • Method Detail

      • getParameterValue

        public Object getParameterValue​(String parameterName)
        Returns the value of a parameter.
        Specified by:
        getParameterValue in interface FunctionContext
        Parameters:
        parameterName - the parameter name
        Returns:
        the parameter value
      • getParameterValue

        public Object getParameterValue​(String parameterName,
                                        boolean ignoreMissing)
        Returns the value of a parameter.
        Specified by:
        getParameterValue in interface FunctionContext
        Parameters:
        parameterName - the parameter name
        ignoreMissing - if set, null will be returned for inexisting parameters
        Returns:
        the parameter value
      • getParameterValuesMap

        protected Map<String,​Object> getParameterValuesMap()
        Returns the map of parameter values.
        Returns:
        the map of parameter values