Uses of Interface
net.sf.cglib.transform.impl.InterceptFieldCallback
-
Packages that use InterceptFieldCallback Package Description net.sf.cglib.transform.impl -
-
Uses of InterceptFieldCallback in net.sf.cglib.transform.impl
Classes in net.sf.cglib.transform.impl that implement InterceptFieldCallback Modifier and Type Class Description class
AbstractInterceptFieldCallback
Methods in net.sf.cglib.transform.impl that return InterceptFieldCallback Modifier and Type Method Description InterceptFieldCallback
InterceptFieldEnabled. getInterceptFieldCallback()
Methods in net.sf.cglib.transform.impl with parameters of type InterceptFieldCallback Modifier and Type Method Description void
InterceptFieldEnabled. setInterceptFieldCallback(InterceptFieldCallback callback)
-