java - REST Jackson Data Binding Conflicted Fileds -


i attempting use jackson binding in rest bind bean object json , vice versa. bean has on 10 thousands of fields nested bean , list of beans. when jackson binding got below exception.

com.fasterxml.jackson.databind.jsonmappingexception: conflicting string creators: had explicitly marked  [constructor java.lang.stringbuilder, annotations: [null]], encountered [constructor java.lang.stringbuilder, annotations: [null]] 

in jaxb, throws conflicted properties implicitly. how conflicted fields when using jackson.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -