spring-framework / org.springframework.instrument.classloading.websphere / WebSphereLoadTimeWeaver / <init>

<init>

WebSphereLoadTimeWeaver()

Create a new instance of the WebSphereLoadTimeWeaver class using the default ClassLoader.

See Also
org.springframework.util.ClassUtils#getDefaultClassLoader()

WebSphereLoadTimeWeaver(@Nullable classLoader: ClassLoader)

Create a new instance of the WebSphereLoadTimeWeaver class using the supplied ClassLoader.

Parameters

classLoader - the ClassLoader to delegate to for weaving