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
Post a Comment