1. RESTEasy + Spring + Jackson + Jaxb stackoverflow.comI am trying to serialize JAXB annotated class with Jackson using RESTEasy. By default ResteasyJacksonProvider is configured to use JACKSON annotation only. Is there a way to configure ResteasyJacksonProvider to use ... |
2. Java Spring Jackons Date serialization stackoverflow.comI'm using Spring MVC and Jackson for JSON de/serialization. But im facing a problem with serializing a date. By default Jackson serialize a date as an epoch. But i want to serialize ... |
3. Error with JsonSerialize in spring stackoverflow.comI get "could not find acceptable representation" error with the annotation. Any clue?
|
4. @ResponseBody and Jackson forum.springsource.org@ResponseBody and Jackson Hi, I'm using MappingJacksonHttpMessageConverter to write out objects as JSON. When I do it with @ResponseBody the simple name of the returned class in put into the root ... |
5. Jackson - bi-directional relation and Null attribute forum.springsource.orgHi, My bean have a attribute with bi-directional relation. When it is deserialized, this attribute is null. I tried use @JsonManagedReference/@JsonBackReference but unsuccessful. grateful for help. Paulo Cordeiro |
6. Jackson - Enum Serialization forum.springsource.org |
7. Jackson mixin not working for embedded types? forum.springsource.orgJackson mixin not working for embedded types? I'm having trouble getting Jackson mixins working for embedded types when using @ResponseBody. I'm using spring 3.0 and jackson 1.8. I have an object ... |
8. Getting BindingResult when ajax request is parsed using Jackson's ObjectMapper forum.springsource.orgDoes spring create BindingResult when JSON is parsed by Jackson's ObjectMapper, so that it can be accessed in the controller's method? I want pass my data from the client, validate it ... |
9. Lingering Classes Jackson forum.springsource.orgLingering Classes Jackson I am using Spring annotations to implement a Servlet Controller. At any rate, I have a class "User", which has an element of "ContactInfo". I refactored the ContactInfo ... |
10. Jackson Object Mapper Configuration forum.springsource.orgJackson Object Mapper Configuration Hi all, I 'm building a web project that uses some Java Beans from an external JAR. I want to expose some of the beans' properties as ... |
11. Spring 3.0.5 compatible w/ Jackson 1.6? forum.springsource.orgNov 24th, 2010, 09:08 PM #1 sfrancolla View Profile View Forum Posts Private Message Junior Member Join Date Oct 2010 Posts 2 Spring 3.0.5 compatible w/ Jackson 1.6? This is regarding ... |