Class FunctionParameterHelper


  • public final class FunctionParameterHelper
    extends Object
    Helper class parsing a parameter string and converting the tokens to a parameter list.
    Author:
    Christoph Deppisch
    • Method Detail

      • getParameterList

        public static List<String> getParameterList​(String parameterString)
        Convert a parameter string to a list of parameters.
        Parameters:
        parameterString - comma separated parameter string.
        Returns:
        list of parameters.