Hello everyone. I am having some problems. I dont know how to print JSON of 
avro schema and HATEOAS links in response. This response is a normal object 
and not an avro schema:

{
  userData: <avro schema>,
  links: <HATEOAS links>
}

Currently, i am getting the following error:

org.codehaus.jackson.map.JsonMappingException: Not a map:


What does this error mean? Is there a better way to return the response?

-- 
You received this message because you are subscribed to the Google Groups 
"jackson-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jackson-user/ca9d6745-49a6-421e-9b27-8aca9040b056%40googlegroups.com.

Reply via email to