Convert JSON with ISODateTime to MxCamt053 #156
Answered
by
zubri
gediminasmorkys
asked this question in
Q&A
-
Hi! I am trying to parse a JSON representation of a camt.053 into an MxCamt05300112 Java object via MxCamt05300112.fromJson(). The Prowide library expects the JSON inputs to have a structured object in date fields, and not ISO DateTime (as the XSD suggests). Is there perhaps a way to configure the library to accept dates with ISODateTime when parsing fromJson? |
Beta Was this translation helpful? Give feedback.
Answered by
zubri
Apr 10, 2025
Replies: 1 comment
-
Check with the latest version where all model classes were migrated from XMLGregorianCalendar and custom adapters to java.time compatible sturcutures. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gediminasmorkys
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check with the latest version where all model classes were migrated from XMLGregorianCalendar and custom adapters to java.time compatible sturcutures.