I have a problem for which I am sure there is a solution. I just can’t find it.
I am parsing a Json using moshi. Some custom adapters have to filter/transform the data based on some meta data that might change for every single fromJson() call.
So I need a way to pass this information along with fromJson() into a custom adapter – lets say “call context” information. Any idea how to do that?