https://github.com/microbean/microbean-cloudevents-jackson
A Jackson module and supporting tooling for microBean CloudEvents.
https://github.com/microbean/microbean-cloudevents-jackson
Last synced: about 1 year ago
JSON representation
A Jackson module and supporting tooling for microBean CloudEvents.
- Host: GitHub
- URL: https://github.com/microbean/microbean-cloudevents-jackson
- Owner: microbean
- Created: 2018-05-07T20:52:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T22:30:02.000Z (almost 8 years ago)
- Last Synced: 2025-03-21T17:04:00.760Z (about 1 year ago)
- Language: Java
- Homepage: https://microbean.github.io/microbean-cloudevents-jackson/
- Size: 424 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# microBean CloudEvents Jackson Integration
This project provides [Jackson mixin classes][mixins] and a
[module][jackson-module] [implementation][cloudevents-module] that
registers them that define how [microBean
CloudEvents][microbean-cloudevents] are serialized and deserialized to
and from [their canonical JSON format][cloudevents-json].
[mixins]: https://github.com/FasterXML/jackson-docs/wiki/JacksonMixInAnnotations
[jackson-module]: https://fasterxml.github.io/jackson-databind/javadoc/2.9/com/fasterxml/jackson/databind/Module.html
[cloudevents-module]: https://microbean.github.io/microbean-cloudevents-jackson/apidocs/org/microbean/cloudevents/jackson/CloudEventsModule.html
[microbean-cloudevents]: https://microbean.github.io/microbean-cloudevents/
[cloudevents-json]: https://github.com/cloudevents/spec/blob/master/json-format.md