addDataSourceModule
Adds the DataSource DataSourceModule to this Jackson 3 JsonMapper.Builder.
Jackson 3 mappers are immutable, so the module must be registered while building the mapper rather than on an existing one (the Jackson 2 equivalent is ObjectMapper.registerDataSourceModule()).