Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cglib/cglib
/ functions
Functions
2,009 in github.com/cglib/cglib
⨍
Functions
2,009
◇
Types & classes
353
↓ 4 callers
Method
equals
(Object obj)
cglib/src/main/java/net/sf/cglib/reflect/MethodDelegate.java:134
↓ 4 callers
Method
factory_method
(ClassEmitter ce, Signature sig)
cglib/src/main/java/net/sf/cglib/core/EmitUtils.java:78
↓ 4 callers
Method
foo
()
cglib/src/test/java/net/sf/cglib/proxy/TestDispatcher.java:30
↓ 4 callers
Method
getAccess
()
cglib/src/main/java/net/sf/cglib/core/ClassEmitter.java:112
↓ 4 callers
Method
getBeanProperties
(Class type)
cglib/src/main/java/net/sf/cglib/core/ReflectUtils.java:359
↓ 4 callers
Method
getConstructor
(Class type, Class[] parameterTypes)
cglib/src/main/java/net/sf/cglib/core/ReflectUtils.java:307
↓ 4 callers
Method
getExceptionTypes
()
cglib/src/main/java/net/sf/cglib/core/MethodInfo.java:29
↓ 4 callers
Method
getImplSignature
(MethodInfo method)
cglib/src/main/java/net/sf/cglib/proxy/CallbackGenerator.java:33
↓ 4 callers
Method
getNames
(Class[] classes)
cglib/src/main/java/net/sf/cglib/core/ReflectUtils.java:317
↓ 4 callers
Method
getSwitchKeys
(Map buckets)
cglib/src/main/java/net/sf/cglib/core/EmitUtils.java:247
↓ 4 callers
Method
getTag
Returns a string which is incorporated into every generated class name. By default returns "ByCGLIB"
cglib/src/main/java/net/sf/cglib/core/DefaultNamingPolicy.java:60
↓ 4 callers
Method
getThisType
(CodeEmitter e)
cglib/src/main/java/net/sf/cglib/proxy/Enhancer.java:1021
↓ 4 callers
Method
getType
()
cglib/src/main/java/net/sf/cglib/core/ClassEmitter.java:69
↓ 4 callers
Method
helper
(Class type)
cglib/src/test/java/net/sf/cglib/core/TestKeyFactory.java:72
↓ 4 callers
Method
invoke
(Object obj, Object[] args)
cglib/src/main/java/net/sf/cglib/reflect/FastMethod.java:56
↓ 4 callers
Method
isPrivate
(int access)
cglib/src/main/java/net/sf/cglib/core/TypeUtils.java:70
↓ 4 callers
Method
len
()
cglib/src/main/java/net/sf/cglib/util/ParallelSorter.java:71
↓ 4 callers
Method
loadHelper
( final ClassTransformer t, Class target)
cglib/src/test/java/net/sf/cglib/transform/impl/TestTransformingLoader.java:99
↓ 4 callers
Method
main
(String[] args)
cglib/src/test/java/net/sf/cglib/reflect/TestDelegates.java:88
↓ 4 callers
Method
map
(String type)
cglib/src/main/java/net/sf/cglib/core/TypeUtils.java:225
↓ 4 callers
Method
newInstance
(char[] buf, int offset, int count)
cglib/src/test/java/net/sf/cglib/reflect/TestDelegates.java:27
↓ 4 callers
Method
newInstance
(int style, String[] classes, int[] route)
cglib/src/main/java/net/sf/cglib/proxy/Mixin.java:45
↓ 4 callers
Method
newInstance
(int a, char[] b, String d)
cglib-sample/src/main/java/net/sf/cglib/samples/KeySample.java:5
↓ 4 callers
Method
printIdent
( int ident )
cglib-sample/src/main/java/net/sf/cglib/samples/Trace.java:96
↓ 4 callers
Method
processDefault
()
cglib/src/main/java/net/sf/cglib/core/ObjectSwitchCallback.java:22
↓ 4 callers
Method
registerCallbacks
Call this method to register the {@link Callback} array to use before creating a new instance of the generated class via reflection. If you are using
cglib/src/main/java/net/sf/cglib/proxy/Enhancer.java:759
↓ 4 callers
Method
setDelegates
(Object[] delegates)
cglib/src/main/java/net/sf/cglib/proxy/Mixin.java:132
↓ 4 callers
Method
setUseFactory
Set whether the enhanced object instances should implement the {@link Factory} interface. This was added for tools that need for proxies to be more in
cglib/src/main/java/net/sf/cglib/proxy/Enhancer.java:254
↓ 4 callers
Method
singleton
@deprecated Only to keep backward compatibility.
cglib/src/main/java/net/sf/cglib/core/internal/CustomizerRegistry.java:41
↓ 4 callers
Method
throwsException
(int arg)
cglib/src/test/java/net/sf/cglib/proxy/TestEnhancer.java:853
↓ 4 callers
Method
throwsNothing
(int arg)
cglib/src/test/java/net/sf/cglib/proxy/TestEnhancer.java:854
↓ 4 callers
Method
toString
()
cglib/src/test/java/net/sf/cglib/proxy/ArgInit.java:16
↓ 4 callers
Method
toString
()
cglib/src/main/java/net/sf/cglib/reflect/FastClass.java:135
↓ 4 callers
Method
visitMethodInsn
(int opcode, String owner, String name, String desc)
cglib/src/main/java/net/sf/cglib/transform/MethodVisitorTee.java:88
↓ 3 callers
Method
add
(Object target)
cglib/src/main/java/net/sf/cglib/reflect/MulticastDelegate.java:36
↓ 3 callers
Method
addAllMethods
(final Class type, final List list)
cglib/src/main/java/net/sf/cglib/core/ReflectUtils.java:410
↓ 3 callers
Method
assertThreadLocalCallbacks
(Class cls)
cglib/src/test/java/net/sf/cglib/proxy/TestEnhancer.java:1065
↓ 3 callers
Method
begin_static
()
cglib/src/main/java/net/sf/cglib/core/ClassEmitter.java:179
↓ 3 callers
Method
copy
(Object from, Object to, Converter converter)
cglib/src/main/java/net/sf/cglib/beans/BeanCopier.java:54
↓ 3 callers
Method
create
()
cglib/src/main/java/net/sf/cglib/beans/BeanGenerator.java:78
↓ 3 callers
Method
create
(Class iface)
cglib/src/main/java/net/sf/cglib/reflect/MulticastDelegate.java:61
↓ 3 callers
Method
create
Create a new ParallelSorter object for a set of arrays. You may sort the arrays multiple times via the same ParallelSorter object. @param arrays An ar
cglib/src/main/java/net/sf/cglib/util/ParallelSorter.java:65
↓ 3 callers
Method
createHelper
()
cglib/src/main/java/net/sf/cglib/proxy/Enhancer.java:470
↓ 3 callers
Method
dup_x2
()
cglib/src/main/java/net/sf/cglib/core/CodeEmitter.java:215
↓ 3 callers
Method
evaluate
(Object arg)
cglib/src/main/java/net/sf/cglib/core/Predicate.java:19
↓ 3 callers
Method
execute
()
cglib/src/test/java/net/sf/cglib/reflect/TestDelegates.java:139
↓ 3 callers
Method
findInterfaceMethod
(Class iface)
cglib/src/main/java/net/sf/cglib/core/ReflectUtils.java:440
↓ 3 callers
Method
fromInternalName
(String name)
cglib/src/main/java/net/sf/cglib/core/TypeUtils.java:132
↓ 3 callers
Method
generate
Generate the class. @param cg a class generator on which you can call {@link ClassGenerator#generateClass} @return a byte array containing the bits of
cglib/src/main/java/net/sf/cglib/core/GeneratorStrategy.java:34
↓ 3 callers
Method
getCallbacksSetter
(Class type, String methodName)
cglib/src/main/java/net/sf/cglib/proxy/Enhancer.java:808
↓ 3 callers
Method
getClassEmitter
()
cglib/src/main/java/net/sf/cglib/core/CodeEmitter.java:133
↓ 3 callers
Method
getClassInfo
(ClassReader r)
cglib/src/main/java/net/sf/cglib/core/ClassNameReader.java:37
↓ 3 callers
Method
getClassInfo
()
cglib/src/main/java/net/sf/cglib/core/CodeEmitter.java:83
↓ 3 callers
Method
getClassName
(Type type)
cglib/src/main/java/net/sf/cglib/core/TypeUtils.java:99
↓ 3 callers
Method
getClasses
(Object[] objects)
cglib/src/main/java/net/sf/cglib/core/ReflectUtils.java:328
↓ 3 callers
Method
getFieldName
(int index)
cglib/src/main/java/net/sf/cglib/util/ParallelSorterEmitter.java:44
↓ 3 callers
Method
getFoo
()
cglib/src/test/java/net/sf/cglib/beans/TestBeanMap.java:38
↓ 3 callers
Method
getIndex
Return the index of the matching method. The index may be used later to invoke the method with less overhead. If more than one method matches (i.e. th
cglib/src/main/java/net/sf/cglib/reflect/FastClass.java:160
↓ 3 callers
Method
getIndexes
(int len)
cglib/src/test/java/net/sf/cglib/util/TestParallelSorter.java:66
↓ 3 callers
Method
getModifiers
()
cglib/src/main/java/net/sf/cglib/core/ReflectUtils.java:489
↓ 3 callers
Method
getNames
(Map propertyMap)
cglib/src/main/java/net/sf/cglib/beans/BeanMapEmitter.java:87
↓ 3 callers
Method
getPropertiesHelper
(Class type, boolean read, boolean write)
cglib/src/main/java/net/sf/cglib/core/ReflectUtils.java:371
↓ 3 callers
Method
getPropertyMethods
(PropertyDescriptor[] properties, boolean read, boolean write)
cglib/src/main/java/net/sf/cglib/core/ReflectUtils.java:344
↓ 3 callers
Method
getstatic
(Type owner, String name, Type type)
cglib/src/main/java/net/sf/cglib/core/CodeEmitter.java:458
↓ 3 callers
Method
if_icmp
(int mode, Label label)
cglib/src/main/java/net/sf/cglib/core/CodeEmitter.java:163
↓ 3 callers
Method
iinc
(Local local, int amount)
cglib/src/main/java/net/sf/cglib/core/CodeEmitter.java:406
↓ 3 callers
Method
invoke_constructor_this
()
cglib/src/main/java/net/sf/cglib/core/CodeEmitter.java:490
↓ 3 callers
Method
invoke_virtual_this
(Signature sig)
cglib/src/main/java/net/sf/cglib/core/CodeEmitter.java:524
↓ 3 callers
Method
isEmpty
()
cglib/src/main/java/net/sf/cglib/beans/BeanMap.java:234
↓ 3 callers
Method
newInstance
(Class returnType, Class[] parameterTypes)
cglib/src/test/java/net/sf/cglib/core/TestKeyFactory.java:47
↓ 3 callers
Method
newInstance
(Class type, int require)
cglib/src/main/java/net/sf/cglib/beans/BeanMap.java:69
↓ 3 callers
Method
newInstance
(Object[] array)
cglib/src/main/java/net/sf/cglib/core/ClassesKey.java:22
↓ 3 callers
Method
newInstance
(String[] strings, int[] ints, boolean fixedInput)
cglib/src/main/java/net/sf/cglib/util/StringSwitcher.java:36
↓ 3 callers
Method
new_instance_this
()
cglib/src/main/java/net/sf/cglib/core/CodeEmitter.java:544
↓ 3 callers
Method
performanceTest
( BulkBean mc, int iterations )
cglib/src/test/java/net/sf/cglib/beans/TestBulkBean.java:197
↓ 3 callers
Method
processElement
(Type type)
cglib/src/main/java/net/sf/cglib/core/ProcessArrayCallback.java:21
↓ 3 callers
Method
process_array
Process an array on the stack. Assumes the top item on the stack is an array of the specified type. For each element in the array, puts the element on
cglib/src/main/java/net/sf/cglib/core/EmitUtils.java:103
↓ 3 callers
Method
push_object
(CodeEmitter e, Object obj)
cglib/src/main/java/net/sf/cglib/core/EmitUtils.java:362
↓ 3 callers
Method
putstatic
(Type owner, String name, Type type)
cglib/src/main/java/net/sf/cglib/core/CodeEmitter.java:462
↓ 3 callers
Method
registerStaticCallbacks
Similar to {@link #registerCallbacks}, but suitable for use when multiple threads will be creating instances of the generated class. The thread-level
cglib/src/main/java/net/sf/cglib/proxy/Enhancer.java:772
↓ 3 callers
Method
remap
(final int var, final int size)
cglib/src/main/java/net/sf/cglib/core/LocalVariablesSorter.java:124
↓ 3 callers
Method
setAsm7ExperimentalAndGetValue
(String value)
cglib/src/test/java/net/sf/cglib/core/AsmApiTest.java:33
↓ 3 callers
Method
setCallbackTypes
Set the array of callback types to use. This may be used instead of {@link #setCallbacks} when calling {@link #createClass}, since it may not be possi
cglib/src/main/java/net/sf/cglib/proxy/Enhancer.java:289
↓ 3 callers
Method
setInterface
(Class keyInterface)
cglib/src/main/java/net/sf/cglib/core/KeyFactory.java:215
↓ 3 callers
Method
setStyle
(int style)
cglib/src/main/java/net/sf/cglib/proxy/Mixin.java:116
↓ 3 callers
Method
setThreadCallbacks
(Class type, Callback[] callbacks)
cglib/src/main/java/net/sf/cglib/proxy/Enhancer.java:790
↓ 3 callers
Method
setType
(Class type)
cglib/src/main/java/net/sf/cglib/reflect/FastClass.java:59
↓ 3 callers
Method
super_putfield
(String name, Type type)
cglib/src/main/java/net/sf/cglib/core/CodeEmitter.java:438
↓ 3 callers
Method
throwsThrowable
(int arg)
cglib/src/test/java/net/sf/cglib/proxy/TestEnhancer.java:852
↓ 3 callers
Method
toString
()
cglib/src/test/java/net/sf/cglib/proxy/Source.java:23
↓ 3 callers
Method
unbox_or_zero
Unboxes the object on the top of the stack. If the object is null, the unboxed primitive value becomes zero.
cglib/src/main/java/net/sf/cglib/core/CodeEmitter.java:826
↓ 3 callers
Method
upperFirst
(String s)
cglib/src/main/java/net/sf/cglib/core/TypeUtils.java:92
↓ 3 callers
Method
value
Returns the latest stable ASM API value in {@link Opcodes}.
cglib/src/main/java/net/sf/cglib/core/AsmApi.java:10
↓ 3 callers
Method
visitIntInsn
(int opcode, int operand)
cglib/src/main/java/net/sf/cglib/transform/MethodVisitorTee.java:68
↓ 3 callers
Method
visitTypeInsn
(int opcode, String desc)
cglib/src/main/java/net/sf/cglib/transform/MethodVisitorTee.java:78
↓ 3 callers
Method
visitVarInsn
(final int opcode, final int var)
cglib/src/main/java/net/sf/cglib/core/LocalVariablesSorter.java:82
↓ 2 callers
Method
aMethod
(RetType obj)
cglib/src/test/java/net/sf/cglib/proxy/TestEnhancer.java:1593
↓ 2 callers
Method
aMethod
(Concrete b, Refined c, RetType d, ErasedType e)
cglib/src/test/java/net/sf/cglib/proxy/TestEnhancer.java:1616
↓ 2 callers
Method
accept
Map a method to a callback. @param method the intercepted method @return the index into the array of callbacks (as specified by {@link Enhancer#setCal
cglib/src/main/java/net/sf/cglib/proxy/CallbackFilter.java:36
↓ 2 callers
Method
acceptRead
(Type owner, String name)
cglib/src/main/java/net/sf/cglib/transform/impl/InterceptFieldFilter.java:21
← previous
next →
201–300 of 2,009, ranked by callers