You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a peculiar scenario, i need to rely on the order of keys defined in the config file, but after getting them as map from unwrapped() object, i see its returning me a HashMap, and keys order is now lost..
In my opinion, it should return a LInkedHashMap, to preserve the keys insertion order, recursively.