-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support customization of the MapperFactory
Previously, the fields of the MapperFactory were static. This effectively allowed only a single instance of the object, and also made it impossible to override the createObjectMapper() method with personal customizations like adding serializers/deserializers. The SCIM SDK already treated MapperFactory instances as if they were not static, so we will now permit flexible customization. The documentation makes it clear that the superclass's object mapper must be fetched first for optimal behavior. Reviewer: vyhhuang Reviewer: dougbulkley JiraIssue: DS-49067
- Loading branch information
1 parent
50aec55
commit c5a828d
Showing
3 changed files
with
360 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.