Skip to content

Support specifying TimeZone in Jackson2ObjectMapperFactoryBean [SPR-12594] #17195

Closed
@spring-projects-issues

Description

@spring-projects-issues

Eric Rizzo opened SPR-12594 and commented

Jackson2ObjectMapperFactoryBean should expose the timeZone property of ObjectMapper, to allow easily specifying a TimeZone to be used when parsing "plain" dates. Currently this can be done by extending Jackson2ObjectMapperFactoryBean and setting the ObjectMapper.setTimeZone() as it is being built, but that's awkward.
In general, Jackson2ObjectMapperFactoryBean should be consistent and expose all properties of ObjectMapper that an application might want to set.


Affects: 4.1.3

Issue Links:

Referenced from: commits 77fcf21, fab8dd3, bf7a975, b89e62e

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions