Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AFHS-1761 moved object mapper configuration to static #78

Merged
merged 1 commit into from
Jan 22, 2020

Conversation

AmarkumarJagtap
Copy link
Contributor

to be able to use in claimant service to store json in correct date format

…se in claimant service to store json in correct date format
* Configures an object mapper to use ISO local date and time formats and ignores unknown properties in json object.
* @return a configured object mapper
*/
public static ObjectMapper configureObjectMapper() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has been extracted from RequestContextConfiguration so we can use the same configuration for the ObjectMapper used by hibernate in the claimant service.

@AmarkumarJagtap AmarkumarJagtap merged commit f130299 into master Jan 22, 2020
@AmarkumarJagtap AmarkumarJagtap deleted the fetature/static_configure_object_mapper branch January 22, 2020 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants