Open
Description
- Unify test cases in
TypeInformationUnitTests
(currently spread around inTypeDiscovererUnitTests
andClassTypeInformation
). - Re-enable caching of raw
ResolvableType
s inTypeDiscoverer
once Issue withequals(…)
/hashCode()
forResolvableType.forRawClass(…)
spring-framework#28608 is resolved - Re-structure type hierarchy
TI
<->ResolvableTI
<->CTI
,GTI
to simplifyequals(…)
/hashCode()
arrangements by moving all methods except the ones overridden inCTI
intoRTI
. Current implementations of those methods inTypeDiscoverer
intoGTI
.