You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.The text was updated successfully, but these errors were encountered: