Amine A.

Results 3 comments of Amine A.

I can confirm that this configuration with the maven plugin ```xml joda resttemplate DateTime=org.joda.time.LocalDateTime ``` Results in a generated code that uses `DateTime` instead of `LocalDateTime` because the `AbstractJavaCodegen#processOpts()` method...

> @aaitmouloud what is the difference between the type and import mappings in this case ? `typeMapping `is the type used in the body of the generated class, `importMapping` only...

> Might be more specific to the use of the time classes. I am not using the time classes. But just trying to use custom classes rather than the generated...