My code is
Reflections object; // object is initialised by some logic
Collection class names = object.get(abc.class).getStore().get(myfieldType.getName());
When I migrate to Reflections 0.9.9 version from 0.9.8 than highlighted get method start giving error. As it is no longer in 0.9.9 version.
Please suggest it’s alternative.
I had tried some other version after 0.9.9
New contributor
45_Ritik Sharma is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.