Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
StreamsJacksonMapper requires a list of joda time strings to be supplied by the instantiating class. This is a problem because StreamsJacksonMapper's supporting classes are not serializable, and thus has to be created via prepare method. If StreamsJacksonMapper.getInstance() were able to return a mapper with support for all date-time formats available from components on the classpath, implementation of serializable generic type conversion processors would be greatly simplified.