jackson
415 error when posting POJO to rest web service
i\'ve been developing a web service using jackson on the server side of the system and accessing it using jersey which is working fine for the get requests however I am running into a brick wall when[详细]
2023-04-06 04:58 分类:问答Jackson and that dreaded IOException
Jackson\'s ObjectMapper#readValue member throws three checked exceptions: IOException JsonParseException[详细]
2023-04-05 16:32 分类:问答How can I tell jackson to ignore a property for which I don't have control over the source code?
Long story short, one of my entities has a GeometryCollectio开发者_Go百科n that throws an exception when you call \"getBoundary\" (the why of this is another book, for now let\'s say this is the way i[详细]
2023-04-05 09:54 分类:问答Using Jackson to parse JSON and extract embedded type
Say I have a compound JSON object like so: { \"Person\": { \"name\":\"test\", \"age\": 20 }, \"Animal\": { \"name\":\"Max\"[详细]
2023-04-05 04:11 分类:问答Is there a way to make jackson jsonize only fetched lazily loaded objects
I know this must have been covered on many places. But I can\'t find a place where it is covered in a simple way.[详细]
2023-04-05 01:54 分类:问答return JSON message from struts2 action
I use jquery and struts2 in my web application. Now I need to开发者_开发问答 embed a google map into my web page and add some marker. I use jquery.getJSON() command to send request to struts2 action.[详细]
2023-04-04 18:47 分类:问答Jackson Jaxb Json with Apache CXf
I am using Jackson Jaxb JSON in my REST project with Apache CXF JacksonJaxb version . 1.7.0 Apache CXF 2.3.1[详细]
2023-04-04 15:47 分类:问答Does JAXB support inlined elements?
I noticed that Jackson has a pending feature for inlined/unwrapped elements, see here: http://wiki.fasterxml.com/JacksonRelease19.[详细]
2023-04-04 02:35 分类:问答Abstract classes and Spring MVC @ModelAttribute/@RequestParam
I have a hierarchy of model classes in my Spring/Hibernate application. When submitting a POST form to a Spring MVC controller, is there any standard way of specifying开发者_运维知识库 the type of th[详细]
2023-04-03 19:54 分类:问答Hibernate cascade="all-delete-orphan", doesn't delete orphans
I am having trouble deleting orphan nodes using Hibernate with the following mapping @OneToMany(fetch = FetchType.LAZY, mappedBy = \"seizure\",orphanRemoval=true)[详细]
2023-04-03 19:05 分类:问答