MCPcopy Create free account
hub / github.com/cglib/cglib / getMethods

Method getMethods

cglib/src/main/java/net/sf/cglib/proxy/Enhancer.java:533–536  ·  view source on GitHub ↗

Finds all of the methods that will be extended by an Enhancer-generated class using the specified superclass and interfaces. This can be useful in building a list of Callback objects. The methods are added to the end of the given list. Due to the subclassing nature of the classes generated by Enhan

(Class superclass, Class[] interfaces, List methods)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

generateClassMethod · 0.95
CallbackHelperMethod · 0.95
testStandaloneMethod · 0.45
addMethod · 0.45
begin_classMethod · 0.45

Calls 3

addAllMethodsMethod · 0.95
createSetMethod · 0.95
filterMethod · 0.95

Tested by 1

testStandaloneMethod · 0.36