After opening a discussion here about the need (or not) for the JsonReadContext to be final, it turned out there is no strong reason behind having it final.
Thus, I would like to propose to remove the final on that class.
This will allow easier customization of the context.
After opening a discussion here about the need (or not) for the
JsonReadContextto befinal, it turned out there is no strong reason behind having it final.Thus, I would like to propose to remove the
finalon that class.This will allow easier customization of the context.