Package org.springframework.cglib.proxy
package org.springframework.cglib.proxy
Spring's repackaging of the
CGLIB proxy package
(for internal use only).
As this repackaging happens at the class file level, sources and javadocs are not available here... except for a few files that have been patched for Spring's purposes on JDK 9-17.
-
ClassDescriptionGenerates dynamic subclasses to enable method interception.Internal interface, only public due to ClassLoader issues.Classes generated by
Enhancer
pass this object to the registeredMethodInterceptor
objects when an intercepted method is invoked.