spring-framework/spring-core/src
Juergen Hoeller 44651fdf7c ObjectToObjectConverter caches detected methods/constructors
This commit reworks the arrangement to a centralized cache, avoiding any extra reflection attempts if a cache entry is known already. In the course of this, it also enforces toXXX methods to be declared as non-static now (which is the only sensible arrangement anyway).

Issue: SPR-13703
2015-12-01 16:07:21 +01:00
..
main/java ObjectToObjectConverter caches detected methods/constructors 2015-12-01 16:07:21 +01:00
test Polishing 2015-11-30 12:36:30 +01:00