On Thu, Oct 31, 2024 at 8:33 AM Jasper Timmer <
jjwt...@gmail.com> wrote:
>
> Who knows what library is making a mistake here? I'm not sure how to solve this. I'm calling a openapi.json URL in our application.
>
> Thanks for any pointers,
That looks very peculiar: as if someone was trying to deserialize
`ObjectMapper` from JSON, which makes absolutely no sense.
ObjectMapper can not be deserialized (or probably even serialized).
But that goes to the question of what is trying to make that call: and
perhaps object model has problem of exposing non-serializable objects
when it should not.
I do not see this as a Jackson issue from looks of it, but whatever is
calling it.
-+ 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
jackson-user...@googlegroups.com.
> To view this discussion visit
https://groups.google.com/d/msgid/jackson-user/2cbd66b6-6bbc-469b-a9cb-9351fd5bde4fn%40googlegroups.com.