I need converters that do not accept grouping in decimal numbers.
I want to disabled grouping in AbstractDecimalConverter saying setGroupingUsed(false) easily for DoubleConverter and FloatConverter.
Now it seems that I have to do that with copy-paste because I can not inherit.
And inheriting is not as good as to set grouping behavior to converter objects where applicable - even for AbstractIntegerConverter.