The object mapper is functional, but has left a lot of room for improvement:
1. Simple keyboard shortcuts would make a world of difference.
2. Option to specify default values for the null value support based on type. So if the mapper sees a string field, I can make it default to "return alternate on null" and an empty string.
3. Add custom/unbound fields to BOs
4. Add a checkbox to indicate the field is required. When checked, the field is added to the required fields collection
While we're all dreaming, some things I would like to see added to Object Mapper are;
I would also like to see the custom type search window allow use for wildcards. I name all my enums EnumBlahValues. In the custom type window, it would be nice to just type "enum" and get a list of all my enums.