Community
Participate
Working Groups
The value converter service is probably one of the first services a developer ends up overriding in the runtime module. Therefore (and to get the singleton binding right) I think it would make sense and be quite convenient for the user if the generator would generate an empty class into the 'src' source folder extending the default DefaultTerminalConverters. The developer would then only have to add converter methods for the rules.
I don't like to have that many stubs in the beginning. If you want to use a different return type, it's nicely documented how to it and how to do the value conversion. I think that's appropriate.