This patch refactors the Java-reflection based invocation out of PropertyHandlerMapping and into a new AbstractReflectiveHandlerMapping class, and then adds a new subclass called DynamicHandlerMapping which has the old add(key, instance) method of runtime configuration.
Description
This patch refactors the Java-reflection based invocation out of PropertyHandlerMapping and into a new AbstractReflectiveHandlerMapping class, and then adds a new subclass called DynamicHandlerMapping which has the old add(key, instance) method of runtime configuration.