Uses of Package
org.springframework.cglib.core
Packages that use org.springframework.cglib.core
Package
Description
Spring's repackaging of the
CGLIB beans package
(for internal use only).
Spring's repackaging of the
CGLIB core package
(for internal use only).
Spring's repackaging of the
CGLIB core internal package
(for internal use only).
Spring's repackaging of the
CGLIB proxy package
(for internal use only).
Spring's repackaging of the
CGLIB reflect package
(for internal use only).
Spring's repackaging of the
CGLIB transform package
(for internal use only).
Spring's repackaging of the
CGLIB transform impl package
(for internal use only).
Spring's repackaging of the
CGLIB util package
(for internal use only).
-
Classes in org.springframework.cglib.core used by org.springframework.cglib.beansClassDescriptionAbstract class for all code-generating CGLIB utilities.
-
Classes in org.springframework.cglib.core used by org.springframework.cglib.coreClassDescriptionAbstract 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.TheGeneratorStrategy
is responsible for taking aClassGenerator
and producing a byte array containing the data for the generatedClass
.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.Customize the generated class name forAbstractClassGenerator
-based utilities.A representation of a method signature, containing the method name, return type, and parameter types.Custom variant of CGLIB'sDefaultNamingPolicy
, modifying the tag in generated class names from "EnhancerByCGLIB" etc to a "SpringCGLIB" tag and using a plain counter suffix instead of a hash code suffix (as of 6.0). -
Classes in org.springframework.cglib.core used by org.springframework.cglib.core.internalClassDescriptionCustomizes key types for
KeyFactory
when building equals, hashCode, and toString.Marker interface for customizers ofKeyFactory
-
Classes in org.springframework.cglib.core used by org.springframework.cglib.proxyClassDescriptionAbstract class for all code-generating CGLIB utilities.A representation of a method signature, containing the method name, return type, and parameter types.
-
Classes in org.springframework.cglib.core used by org.springframework.cglib.reflectClassDescriptionAbstract class for all code-generating CGLIB utilities.A representation of a method signature, containing the method name, return type, and parameter types.
-
Classes in org.springframework.cglib.core used by org.springframework.cglib.transform
-
Classes in org.springframework.cglib.core used by org.springframework.cglib.transform.implClassDescriptionThe
GeneratorStrategy
is responsible for taking aClassGenerator
and producing a byte array containing the data for the generatedClass
.A representation of a method signature, containing the method name, return type, and parameter types. -
Classes in org.springframework.cglib.core used by org.springframework.cglib.utilClassDescriptionAbstract class for all code-generating CGLIB utilities.