Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opentable/otj-jackson
OpenTable Jackson DI integration
https://github.com/opentable/otj-jackson
configures-jackson jackson json platform-java spring
Last synced: about 2 months ago
JSON representation
OpenTable Jackson DI integration
- Host: GitHub
- URL: https://github.com/opentable/otj-jackson
- Owner: opentable
- License: apache-2.0
- Created: 2014-03-20T23:14:21.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-04-14T03:24:22.000Z (almost 3 years ago)
- Last Synced: 2024-05-14T00:26:33.278Z (9 months ago)
- Topics: configures-jackson, jackson, json, platform-java, spring
- Language: Java
- Homepage:
- Size: 174 KB
- Stars: 1
- Watchers: 34
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/opentable/otj-jackson.svg)](https://travis-ci.org/opentable/otj-jackson)
OpenTable Jackson Component
===========================Component Charter
-----------------* OpenTable specific Jackson code.
Jackson
-------The [Jackson JSON Processor](https://github.com/fasterxml/jackson) is one of the fastest and most flexible
JSON processing libraries available for Java.It is important that all code configures Jackson similarly - the set of installed modules, various serialization settings,
and deserialization configuartion must be reasonably harmonious for compatibility.The [OpenTableJacksonConfiguration](https://github.com/opentable/otj-jackson/blob/master/src/main/java/com/opentable/jackson/OpenTableJacksonConfiguration.java)
binds a configured Jackson `ObjectMapper`s in the Spring context. Normally this is imported by the
[server](https://github.com/opentable/otj-server).We also provide a high performance UUID serializer and deserializer.
Component Level
---------------*Intermediate*
Some dependencies on foundation components are allowed, but as always it should be minimal.
----
Copyright (C) 2014 OpenTable, Inc.