spring-framework / org.springframework.instrument.classloading.tomcat / TomcatLoadTimeWeaver / <init>

<init>

TomcatLoadTimeWeaver()

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

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

TomcatLoadTimeWeaver(@Nullable classLoader: ClassLoader)

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

Parameters

classLoader - the ClassLoader to delegate to for weaving