expose ReflectionUtils.getDeclaredFields [SPR-17360] #21893
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: declined
A suggestion or change that we don't feel we should currently apply
Caleb Cushing opened SPR-17360 and commented
I find myself fairly often wanting to do stuff like this
however this is less efficient because it doesn't take advantage of a Field cache, I'd rather make use of Spring's Field Cache than use my own. So if I could write the following that'd be great.
P.S. I understand Util is not generally meant as a published api, though I still think it should be (and possibly in it's own jar)
No further details from SPR-17360
The text was updated successfully, but these errors were encountered: