Uses of Interface
com.github.hypfvieh.cli.parser.converter.IValueConverter
Packages that use IValueConverter
-
Uses of IValueConverter in com.github.hypfvieh.cli.parser
Methods in com.github.hypfvieh.cli.parser with parameters of type IValueConverterModifier and TypeMethodDescription<T> BAbstractBaseCommandLine.registerConverter(Class<T> _type, IValueConverter<T> _converter) Registers a converter to convert an option argument String to a specific java object type. -
Uses of IValueConverter in com.github.hypfvieh.cli.parser.converter
Classes in com.github.hypfvieh.cli.parser.converter that implement IValueConverterModifier and TypeClassDescriptionclassBase converter using a list of patterns to find a suitable convert operation.classConverts a fully qualified class name to an instance of that class by invoking its default constructor.classConverts a string to aDoubleobject.classConverts a string to aLocalDateobject.classConverts a string to aLocalDateTimeobject.classConverts a string to aLocalTimeobject.