The Named-Parameter-Converter accepts named parameters from commandline. Thus it analyzes the args[] string array parameter of the static main method, validates and converts these named parameters.
The parameters are converted in Map or Object structure when nothing else is configured. However, you can also convert it into a bean class.
More details under https://sourceforge.net/p/namedparameterconverter/wiki/Home/