We have a scenario where we don't want @ref to be generated for a specific ObjectMapper instance that is parsing a tree, as when we use it to get data for reports, it's too time intensive to find all the @ref markers and then dig out to which object they belong.
Is there any way to disable JSOG through some objectMapper.set(...) operation?