Slide 11
Slide 11 text
Custom ClassLoader Arrangements
● New ReflectionSupport.tryToLoadClass(…) method that accepts an explicit
ClassLoader
● ReflectionSupport.findMethod(Class>, String, String)
● now uses ClassLoader of the supplied class to load parameter types
● used by DiscoverySelectors.selectMethod(Class>, String, String)
● DiscoverySelectors methods for ClassSelector, NestedClassSelector,
MethodSelector, and NestedMethodSelector that accept an explicit
ClassLoader