git-like-cli icon indicating copy to clipboard operation
git-like-cli copied to clipboard

Field value transformer for options

Open grkvlt opened this issue 13 years ago • 1 comments

Accept the name of a class that implements Function<String,V> to transform the String option value to the type required by the option field itself.

grkvlt avatar May 15 '12 15:05 grkvlt

It looks like this would need some simple modifications to TypeConverter and that the builder.withTypeconverter(converter) method that is currently commented out would also be useful.

grkvlt avatar May 15 '12 15:05 grkvlt