Interface StringConverter

  • All Known Implementing Classes:
    ToBoolean, ToFile, ToFormat, ToString

    public interface StringConverter
    Interface to create converter function to specify the to map the incoming command line argument to the object See AbstractReportGenerator#populateConfigOptions() for example definitions of ConfigOption If the conversion is not possible, return null. The ConfigOptionParser terminates gracefully
    • Method Detail

      • apply

        java.lang.Object apply​(java.lang.String input)