spring-framework / org.springframework.instrument.classloading.weblogic / WebLogicLoadTimeWeaver / <init>

<init>

WebLogicLoadTimeWeaver()

Creates a new instance of the WebLogicLoadTimeWeaver class using the default ClassLoader.

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

WebLogicLoadTimeWeaver(@Nullable classLoader: ClassLoader)

Creates a new instance of the WebLogicLoadTimeWeaver class using the supplied ClassLoader.

Parameters

classLoader - the ClassLoader to delegate to for weaving