On Fri, Mar 13, 2020 at 8:09 AM Matej <[email protected]> wrote: > > 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?
It is difficult to say much without seeing actual code you are using. -+ Tatu +- -- 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/CAL4a10iKwkor-6nHh9Po%3Dc3ZV79F8kT400MMNddFf11xGQt7Rw%40mail.gmail.com.
