Configurate ObjectMapper set boundInstance directly

Hello!

My question:
Is there another to set the boundInstance of the ObjectMapper than like so?
I would like to set the boundInstance directly in code and not with workarounds like setting the key-value-pair of the node and then deserialize this node to the Java object. Something like the GSON-way would be cool!

Thanks in advance
RandomByte

I’ll just use GSON as it’s easier than Configurate, it supports versioning and has far more docs.