Uses of Class
net.sf.cglib.core.Signature
Packages that use Signature
Package
Description
-
Uses of Signature in net.sf.cglib.beans
Fields in net.sf.cglib.beans declared as SignatureModifier and TypeFieldDescriptionprivate static final Signature
BeanMapEmitter.BEAN_MAP_GET
private static final Signature
BeanMapEmitter.BEAN_MAP_PUT
private static final Signature
BeanCopier.CONVERT
private static final Signature
BeanCopier.COPY
private static final Signature
BulkBeanEmitter.CSTRUCT_EXCEPTION
private static final Signature
BeanMapEmitter.CSTRUCT_OBJECT
private static final Signature
ImmutableBean.CSTRUCT_OBJECT
private static final Signature
BeanMapEmitter.CSTRUCT_STRING_ARRAY
private static final Signature
BeanMapEmitter.GET_PROPERTY_TYPE
private static final Signature
BulkBeanEmitter.GET_PROPERTY_VALUES
private static final Signature
BeanMapEmitter.KEY_SET
private static final Signature
BeanMapEmitter.NEW_INSTANCE
private static final Signature
BulkBeanEmitter.SET_PROPERTY_VALUES
-
Uses of Signature in net.sf.cglib.core
Fields in net.sf.cglib.core declared as SignatureModifier and TypeFieldDescriptionprivate static final Signature
EmitUtils.APPEND_BOOLEAN
private static final Signature
EmitUtils.APPEND_CHAR
private static final Signature
EmitUtils.APPEND_DOUBLE
private static final Signature
EmitUtils.APPEND_FLOAT
private static final Signature
EmitUtils.APPEND_INT
private static final Signature
EmitUtils.APPEND_LONG
private static final Signature
EmitUtils.APPEND_STRING
private static final Signature
KeyFactory.APPEND_STRING
private static final Signature
CodeEmitter.BOOLEAN_VALUE
private static final Signature
CodeEmitter.CHAR_VALUE
private static final Signature
CodeEmitter.CSTRUCT_NULL
private static final Signature
EmitUtils.CSTRUCT_NULL
private static final Signature
CodeEmitter.CSTRUCT_STRING
private static final Signature
EmitUtils.CSTRUCT_THROWABLE
private Signature
DuplicatesPredicate.UnnecessaryBridgeFinder.currentMethodSig
private static final Signature
EmitUtils.DOUBLE_TO_LONG_BITS
private static final Signature
CodeEmitter.DOUBLE_VALUE
private static final Signature
EmitUtils.EQUALS
private static final Signature
KeyFactory.EQUALS
private static final Signature
EmitUtils.FLOAT_TO_INT_BITS
private static final Signature
CodeEmitter.FLOAT_VALUE
private static final Signature
EmitUtils.FOR_NAME
private static final Signature
KeyFactory.GET_CLASS
private static final Signature
EmitUtils.GET_DECLARED_METHOD
private static final Signature
EmitUtils.GET_NAME
private static final Signature
KeyFactory.GET_NAME
private static final Signature
KeyFactory.GET_SORT
private static final Signature
EmitUtils.HASH_CODE
private static final Signature
KeyFactory.HASH_CODE
private static final Signature
CodeEmitter.INT_VALUE
private static final Signature
EmitUtils.LENGTH
private static final Signature
CodeEmitter.LONG_VALUE
private static final Signature
EmitUtils.SET_LENGTH
(package private) Signature
CodeEmitter.State.sig
static final Signature
Constants.SIG_STATIC
private Signature
ClassEmitter.staticHookSig
private static final Signature
EmitUtils.STRING_CHAR_AT
private static final Signature
EmitUtils.STRING_LENGTH
private static final Signature
EmitUtils.TO_STRING
private static final Signature
KeyFactory.TO_STRING
Methods in net.sf.cglib.core that return SignatureModifier and TypeMethodDescriptionCodeEmitter.getSignature()
CodeEmitter.State.getSignature()
abstract Signature
MethodInfo.getSignature()
static Signature
ReflectUtils.getSignature
(Member member) static Signature
TypeUtils.parseConstructor
(String sig) static Signature
TypeUtils.parseConstructor
(org.objectweb.asm.Type[] types) static Signature
TypeUtils.parseSignature
(String s) Methods in net.sf.cglib.core with parameters of type SignatureModifier and TypeMethodDescriptionClassEmitter.begin_method
(int access, Signature sig, org.objectweb.asm.Type[] exceptions) private void
CodeEmitter.emit_invoke
(int opcode, org.objectweb.asm.Type type, Signature sig, boolean isInterface) static void
EmitUtils.factory_method
(ClassEmitter ce, Signature sig) void
CodeEmitter.invoke_constructor
(org.objectweb.asm.Type type, Signature sig) void
CodeEmitter.invoke_constructor_this
(Signature sig) void
CodeEmitter.invoke_interface
(org.objectweb.asm.Type owner, Signature sig) void
CodeEmitter.invoke_static
(org.objectweb.asm.Type owner, Signature sig) Deprecated.void
CodeEmitter.invoke_static
(org.objectweb.asm.Type owner, Signature sig, boolean isInterface) void
CodeEmitter.invoke_static_this
(Signature sig) void
CodeEmitter.invoke_virtual
(org.objectweb.asm.Type owner, Signature sig) void
CodeEmitter.invoke_virtual_this
(Signature sig) void
CodeEmitter.super_invoke
(Signature sig) void
CodeEmitter.super_invoke_constructor
(Signature sig) Constructors in net.sf.cglib.core with parameters of type SignatureModifierConstructorDescription(package private)
CodeEmitter
(ClassEmitter ce, org.objectweb.asm.MethodVisitor mv, int access, Signature sig, org.objectweb.asm.Type[] exceptionTypes) (package private)
-
Uses of Signature in net.sf.cglib.proxy
Fields in net.sf.cglib.proxy declared as SignatureModifier and TypeFieldDescriptionprivate static final Signature
Enhancer.BIND_CALLBACKS
private static final Signature
Enhancer.CSTRUCT_NULL
private static final Signature
MixinEmitter.CSTRUCT_OBJECT_ARRAY
private static final Signature
MethodInterceptorGenerator.CSTRUCT_SIGNATURE
private Signature
BridgeMethodResolver.BridgedFinder.currentMethod
private static final Signature
MethodInterceptorGenerator.FIND_METHODS
private static final Signature
MethodInterceptorGenerator.FIND_PROXY
private static final Signature
Enhancer.GET_CALLBACK
private static final Signature
Enhancer.GET_CALLBACKS
private static final Signature
MethodInterceptorGenerator.GET_DECLARED_METHODS
private static final Signature
MethodInterceptorGenerator.GET_DECLARING_CLASS
private static final Signature
MethodInterceptorGenerator.INTERCEPT
private static final Signature
InvocationHandlerGenerator.INVOKE
private static final Signature
DispatcherGenerator.LOAD_OBJECT
private static final Signature
FixedValueGenerator.LOAD_OBJECT
private static final Signature
LazyLoaderGenerator.LOAD_OBJECT
private static final Signature
MethodInterceptorGenerator.MAKE_PROXY
private static final Signature
Enhancer.MULTIARG_NEW_INSTANCE
private static final Signature
Enhancer.NEW_INSTANCE
private static final Signature
MixinEmitter.NEW_INSTANCE
private static final Signature
DispatcherGenerator.PROXY_REF_LOAD_OBJECT
private static final Signature
Enhancer.SET_CALLBACK
private static final Signature
Enhancer.SET_CALLBACKS
private static final Signature
Enhancer.SET_STATIC_CALLBACKS
private static final Signature
Enhancer.SET_THREAD_CALLBACKS
private Signature
MethodProxy.sig1
private Signature
MethodProxy.sig2
private static final Signature
Enhancer.SINGLE_NEW_INSTANCE
private static final Signature
Enhancer.THREAD_LOCAL_GET
private static final Signature
Enhancer.THREAD_LOCAL_SET
private static final Signature
MethodInterceptorGenerator.TO_STRING
Methods in net.sf.cglib.proxy that return SignatureModifier and TypeMethodDescriptionCallbackGenerator.Context.getImplSignature
(MethodInfo method) MethodProxy.getSignature()
Return the signature of the proxied method.private Signature
LazyLoaderGenerator.loadMethod
(int index) private Signature
Methods in net.sf.cglib.proxy with parameters of type SignatureModifier and TypeMethodDescriptionvoid
Add a method signature to the interface.static MethodProxy
Return theMethodProxy
used when intercepting the method matching the given signature.private String
MethodInterceptorGenerator.getMethodField
(Signature impl) private String
MethodInterceptorGenerator.getMethodProxyField
(Signature impl) private Signature
-
Uses of Signature in net.sf.cglib.reflect
Fields in net.sf.cglib.reflect declared as SignatureModifier and TypeFieldDescriptionprivate static final Signature
MulticastDelegate.Generator.ADD_DELEGATE
private static final Signature
MulticastDelegate.Generator.ADD_HELPER
private static final Signature
FastClassEmitter.CONSTRUCTOR_GET_INDEX
private static final Signature
FastClassEmitter.CSTRUCT_CLASS
private static final Signature
FastClassEmitter.GET_MAX_INDEX
private static final Signature
FastClassEmitter.GET_SIGNATURE_WITHOUT_RETURN_TYPE
private static final Signature
FastClassEmitter.INVOKE
private static final Signature
FastClassEmitter.METHOD_GET_INDEX
private static final Signature
FastClassEmitter.NEW_INSTANCE
private static final Signature
MethodDelegate.Generator.NEW_INSTANCE
private static final Signature
MulticastDelegate.Generator.NEW_INSTANCE
private static final Signature
FastClassEmitter.SIGNATURE_GET_INDEX
private static final Signature
FastClassEmitter.TO_STRING
Methods in net.sf.cglib.reflect with parameters of type Signature -
Uses of Signature in net.sf.cglib.transform.impl
Fields in net.sf.cglib.transform.impl declared as SignatureModifier and TypeFieldDescriptionprivate static final Signature
AddDelegateTransformer.CSTRUCT_OBJECT
private static final Signature
InterceptFieldTransformer.ENABLED_GET
private static final Signature
InterceptFieldTransformer.ENABLED_SET
private static final Signature
FieldProviderTransformer.PROVIDER_GET
private static final Signature
FieldProviderTransformer.PROVIDER_GET_BY_INDEX
private static final Signature
FieldProviderTransformer.PROVIDER_GET_NAMES
private static final Signature
FieldProviderTransformer.PROVIDER_GET_TYPES
private static final Signature
FieldProviderTransformer.PROVIDER_SET
private static final Signature
FieldProviderTransformer.PROVIDER_SET_BY_INDEX
Methods in net.sf.cglib.transform.impl that return SignatureModifier and TypeMethodDescriptionprivate static Signature
InterceptFieldTransformer.readCallbackSig
(org.objectweb.asm.Type type) private static Signature
InterceptFieldTransformer.readMethodSig
(String name, String desc) private static Signature
InterceptFieldTransformer.writeCallbackSig
(org.objectweb.asm.Type type) private static Signature
InterceptFieldTransformer.writeMethodSig
(String name, String desc) Methods in net.sf.cglib.transform.impl with parameters of type SignatureModifier and TypeMethodDescriptionAddDelegateTransformer.begin_method
(int access, Signature sig, org.objectweb.asm.Type[] exceptions) AddInitTransformer.begin_method
(int access, Signature sig, org.objectweb.asm.Type[] exceptions) InterceptFieldTransformer.begin_method
(int access, Signature sig, org.objectweb.asm.Type[] exceptions) UndeclaredThrowableTransformer.begin_method
(int access, Signature sig, org.objectweb.asm.Type[] exceptions) -
Uses of Signature in net.sf.cglib.util
Fields in net.sf.cglib.util declared as SignatureModifier and TypeFieldDescriptionprivate static final Signature
ParallelSorterEmitter.CSTRUCT_OBJECT_ARRAY
private static final Signature
StringSwitcher.INT_VALUE
private static final Signature
ParallelSorterEmitter.NEW_INSTANCE
private static final Signature
ParallelSorterEmitter.SWAP