Uses of Interface
org.springframework.cglib.core.ObjectSwitchCallback
Packages that use ObjectSwitchCallback
-
Uses of ObjectSwitchCallback in org.springframework.cglib.core
Methods in org.springframework.cglib.core with parameters of type ObjectSwitchCallbackModifier and TypeMethodDescriptionstatic voidEmitUtils.constructor_switch(CodeEmitter e, List constructors, ObjectSwitchCallback callback) static voidEmitUtils.method_switch(CodeEmitter e, List methods, ObjectSwitchCallback callback) static voidEmitUtils.string_switch(CodeEmitter e, String[] strings, int switchStyle, ObjectSwitchCallback callback)