public interface ClassLoaderDelegate
Modifier and Type | Method and Description |
---|---|
Class<?> |
loadAndTransformClass(String className)
Load the class, transforming it as necessary.
|
boolean |
shouldInterceptClassLoading(String className)
Identifies which classes are to be loaded.
|
boolean shouldInterceptClassLoading(String className)
className
- fully qualified class nameClass<?> loadAndTransformClass(String className) throws ClassNotFoundException
className
- binary class nameClassNotFoundException
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.