Package net.sf.cglib.core
package net.sf.cglib.core
-
ClassDescriptionAbstract class for all code-generating CGLIB utilities.Customizes key types for
KeyFactory
when building equals, hashCode, and toString.The default policy used byAbstractClassGenerator
.Customizes key types forKeyFactory
right in constructor.TheGeneratorStrategyinvalid input: '<'/code.
Generates classes to handle multi-valued keys, for use in things such as Maps and Sets.Marker interface for customizers ofKeyFactory
AMethodVisitor
that renumbers local variables in their order of appearance.Internal interface, only public due to ClassLoader issues.Customize the generated class name forAbstractClassGenerator
-based utilities.A representation of a method signature, containing the method name, return type, and parameter types.Deprecated.WeakCacheKey<T>Allows to check for object equality, yet the class does not keep strong reference to the target.