Uses of Class
org.springframework.core.DecoratingClassLoader
Package
Description
Provides basic classes for exception handling and version detection,
and other core helpers that are not specific to any part of the framework.
Support package for load time weaving based on class loaders,
as required by JPA providers (but not JPA-specific).
-
Uses of DecoratingClassLoader in org.springframework.core
Modifier and TypeClassDescriptionclass
ClassLoader
that does not always delegate to the parent loader as normal class loaders do. -
Uses of DecoratingClassLoader in org.springframework.instrument.classloading
Modifier and TypeClassDescriptionclass
Subclass of ShadowingClassLoader that overrides attempts to locate certain files.class
ClassLoader decorator that shadows an enclosing ClassLoader, applying registered transformers to all affected classes.class
Simplistic implementation of an instrumentableClassLoader
.class
ClassLoader that can be used to load classes without bringing them into the parent loader.