Uses of Interface
net.sf.cglib.MethodFilter

Packages that use MethodFilter
net.sf.cglib   
 

Uses of MethodFilter in net.sf.cglib
 

Classes in net.sf.cglib that implement MethodFilter
 class ModifierFilter
           
 class NotFromObjectFilter
           
 class VisibilityFilter
           
 

Methods in net.sf.cglib with parameters of type MethodFilter
static java.lang.Class InterfaceMaker.create(java.lang.Class[] classes, MethodFilter filter, java.lang.ClassLoader loader)
          Create a interface consisting of all the public methods of the specified classes.
static java.lang.Object Enhancer.enhance(java.lang.Class cls, java.lang.Class[] interfaces, MethodInterceptor ih, java.lang.ClassLoader loader, java.lang.reflect.Method wreplace, MethodFilter filter)
          Enhances a public non-final class.
static java.lang.Class Enhancer.enhanceClass(java.lang.Class cls, java.lang.Class[] interfaces, java.lang.ClassLoader loader, MethodFilter filter)
          This method can be used to enhance a class that does not have a no-args constructor.
 



Copyright © 2002-2003 cglib. All Rights Reserved.