Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Fixed visitDate and visitTime methods to return date only or time only #523

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

etsybaev
Copy link

@etsybaev etsybaev commented Jul 12, 2018

Currently, parser works correctly with date-time only format, but do not respect date or time only while generating JSON schema. In any case it set date-time. Such behaviour causes an issue in future when this schema is used for POJO generation (such as jsonschema2pojo library or Mulesoft libs) etc. because in final POJO we always get LocalDateTime for all the cases. So when you try to serialize/deserialize such type - you always get yyyy-MM-dd T hh-mm-ss(etc) instead of just Date for date-only format for example. This causes errors while working with web-services

This PR is the fix for date and time only cases and there is no change for datetime-only case.

regards,
Eugene

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant