Is your feature request related to a problem? Please describe.
Have some a situation where I'd like to provide the static context with the classes to be incorporated that are part of a larger yaml config file I'm parsing.
Describe the solution you'd like
would like the StaticDeserializazitonBuilder to accepts a list of contexts and/or be able to add additional contexts via something like "WithStaticContext" following the other patterns in the library
Describe alternatives you've considered
I've written a StaticContextBuilder that can combines multiple static contexts and handles deserialization by iterating through the different contexts factories etc, it's kinda gross though and a more built-in solution would nice.
Additional context
This was discussed in this issues, but I as far as I can tell it was never implemented
#740 (comment)
Is your feature request related to a problem? Please describe.
Have some a situation where I'd like to provide the static context with the classes to be incorporated that are part of a larger yaml config file I'm parsing.
Describe the solution you'd like
would like the StaticDeserializazitonBuilder to accepts a list of contexts and/or be able to add additional contexts via something like "WithStaticContext" following the other patterns in the library
Describe alternatives you've considered
I've written a StaticContextBuilder that can combines multiple static contexts and handles deserialization by iterating through the different contexts factories etc, it's kinda gross though and a more built-in solution would nice.
Additional context
This was discussed in this issues, but I as far as I can tell it was never implemented
#740 (comment)