Package | Description |
---|---|
org.springframework.instrument.classloading |
Support package for load time weaving based on class loaders,
as required by JPA providers (but not JPA-specific).
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceOverridingShadowingClassLoader
Subclass of ShadowingClassLoader that overrides attempts to
locate certain files.
|
Modifier and Type | Method and Description |
---|---|
void |
ShadowingClassLoader.copyTransformers(ShadowingClassLoader other)
Copy all ClassFileTransformers from the given ClassLoader to the list of
transformers that this ClassLoader will apply.
|