An open API service indexing awesome lists of open source software.

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

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