sormuras / command-line-interface

Arguments Splitter for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Non-goals

sormuras opened this issue · comments

Non-goals

Conversion between String and Object

Helping with conversion between String and Object is not a goal of this project.

Use built-in factories like Integer.parseInt(String) or an external library, such as https://www.joda.org/joda-convert

Should we provide enumerate() and reflected() or remove them ?
see

static Optional<Function<Object, ?>> enumerated(Lookup lookup, Type valueType) {