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

Interface CallbackFilter

cglib/src/main/java/net/sf/cglib/proxy/CallbackFilter.java:30–46  ·  view source on GitHub ↗

Map methods of subclasses generated by Enhancer to a particular callback. The type of the callbacks chosen for each method affects the bytecode generated for that method in the subclass, and cannot change for the life of the class. Note: CallbackFilter implementations are supposed

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 10

emitMethodsMethod · 0.65
resolveAllMethod · 0.65
acceptMethod · 0.65
isProxyClassMethod · 0.65
setSuperclassMethod · 0.65
validateMethod · 0.65
newInstanceMethod · 0.65
emitConstructorsMethod · 0.65
emitLoadArgsAndInvokeMethod · 0.65
getGeneratorMethod · 0.65

Implementers 3

TestFiltercglib/src/test/java/net/sf/cglib/proxy
CallbackHelpercglib/src/main/java/net/sf/cglib/proxy
TestEnhancercglib/src/test/java/net/sf/cglib/proxy

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…