https://github.com/dmarrazzo/json-marshaller-extension-local-date-time
example of json marshaller extension for Java 8 type LocalDateTime
https://github.com/dmarrazzo/json-marshaller-extension-local-date-time
Last synced: 3 months ago
JSON representation
example of json marshaller extension for Java 8 type LocalDateTime
- Host: GitHub
- URL: https://github.com/dmarrazzo/json-marshaller-extension-local-date-time
- Owner: dmarrazzo
- Created: 2017-03-13T14:17:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-13T14:51:36.000Z (about 8 years ago)
- Last Synced: 2025-01-22T20:51:19.282Z (5 months ago)
- Language: Java
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# json-marshaller-extension-local-date-time
Example of json marshaller extension for Java 8 type LocalDateTime
This project requires the following jBPM PR:
[https://github.com/kiegroup/droolsjbpm-integration/pull/851]()
To test the end to end example:
* Override the PR classes in `kie-server.war/WEB-INF/classes`
* Deploy this project in `kie-server.war/WEB-INF/classes`
* Deploy the project [LocalDateTime process][1]Follow the instructions in the README of [LocalDateTime process][1]
[1]: https://github.com/claudiocampisi/bpmsplay