Uses of Interface
org.springframework.cglib.proxy.CallbackFilter
Packages that use CallbackFilter
-
Uses of CallbackFilter in org.springframework.cglib.proxy
Classes in org.springframework.cglib.proxy that implement CallbackFilterMethods in org.springframework.cglib.proxy with parameters of type CallbackFilterModifier and TypeMethodDescriptionstatic ObjectEnhancer.create(Class superclass, Class[] interfaces, CallbackFilter filter, Callback[] callbacks) Helper method to create an intercepted object.voidEnhancer.setCallbackFilter(CallbackFilter filter) Set theCallbackFilterused to map the generated class' methods to a particular callback index.