scijava / scijava-common

A plugin framework and application container with built-in extensibility mechanism :electric_plug:
BSD 2-Clause "Simplified" License
85 stars 53 forks source link

Add a StringToNumberConverter #437

Closed gselzer closed 2 years ago

gselzer commented 2 years ago

This PR adds a StringToNumberConverter, a dedicated Converter that converts from Strings to:

This is useful for imagej/imagej-ops#644

gselzer commented 2 years ago

Thanks for the feedback @ctrueden!

Both your concerns should be fixed in 5c160d2