Use Jackson JSON processor without using annotations

后端 未结 2 1726
别那么骄傲
别那么骄傲 2021-01-17 05:05

I have a package which just includes and xsd file to generate (via JAXB) shared classes which are relevant for our server and client applications. So these classes contain X

2条回答
  •  萌比男神i
    2021-01-17 05:52

    For what it's worth, Jackson trunk (pre-1.8.0) has code changes that will try to fully disable annotation processing; and theoretically this should solve the issue. One unfortunate thing is that this problem does NOT occur on regular J2SE JVM, but only on Android; so fix needs to be verified on Android. So it would be good to have an Android developer verify whether fix fully address the issue (if not, more work is needed).

提交回复
热议问题