Uses of Class
org.springframework.cglib.core.Signature
Packages that use Signature
Package
Description
Spring's repackaging of the
CGLIB core 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 impl package
(for internal use only).
-
Uses of Signature in org.springframework.cglib.core
Fields in org.springframework.cglib.core declared as SignatureMethods in org.springframework.cglib.core that return SignatureModifier and TypeMethodDescriptionCodeEmitter.getSignature()abstract SignatureMethodInfo.getSignature()static SignatureReflectUtils.getSignature(Member member) static SignatureTypeUtils.parseConstructor(String sig) static SignatureTypeUtils.parseConstructor(Type[] types) static SignatureTypeUtils.parseSignature(String s) Methods in org.springframework.cglib.core with parameters of type SignatureModifier and TypeMethodDescriptionClassEmitter.begin_method(int access, Signature sig, Type[] exceptions) static voidEmitUtils.factory_method(ClassEmitter ce, Signature sig) voidCodeEmitter.invoke_constructor(Type type, Signature sig) voidCodeEmitter.invoke_constructor_this(Signature sig) voidCodeEmitter.invoke_interface(Type owner, Signature sig) voidCodeEmitter.invoke_static(Type owner, Signature sig) Deprecated.voidCodeEmitter.invoke_static(Type owner, Signature sig, boolean isInterface) voidCodeEmitter.invoke_static_this(Signature sig) voidCodeEmitter.invoke_virtual(Type owner, Signature sig) voidCodeEmitter.invoke_virtual_this(Signature sig) voidCodeEmitter.super_invoke(Signature sig) voidCodeEmitter.super_invoke_constructor(Signature sig) -
Uses of Signature in org.springframework.cglib.proxy
Methods in org.springframework.cglib.proxy that return SignatureModifier and TypeMethodDescriptionMethodProxy.getSignature()Return the signature of the proxied method.Methods in org.springframework.cglib.proxy with parameters of type Signature -
Uses of Signature in org.springframework.cglib.reflect
Methods in org.springframework.cglib.reflect with parameters of type Signature -
Uses of Signature in org.springframework.cglib.transform.impl
Methods in org.springframework.cglib.transform.impl with parameters of type SignatureModifier and TypeMethodDescriptionAddDelegateTransformer.begin_method(int access, Signature sig, Type[] exceptions) AddInitTransformer.begin_method(int access, Signature sig, Type[] exceptions) InterceptFieldTransformer.begin_method(int access, Signature sig, Type[] exceptions) UndeclaredThrowableTransformer.begin_method(int access, Signature sig, Type[] exceptions)