spring-framework/spring-core/src
Stephane Nicoll b87816ed20 Add ResolvableTypeProvider
Provide a mean to detect the actual ResolvableType based on a instance as
a counter measure to type erasure.

Upgrade the event infrastructure to detect if the event (or the payload)
implements such interface. When this is the case, the return value of
`getResolvableType` is used to validate its generic type against the
method signature of the listener.

Issue: SPR-13069
2015-06-09 10:57:31 +02:00
..
main/java Add ResolvableTypeProvider 2015-06-09 10:57:31 +02:00
test Add ResolvableTypeProvider 2015-06-09 10:57:31 +02:00