net.sf.cglib.core
Class MethodWrapper

java.lang.Object
  extended bynet.sf.cglib.core.MethodWrapper

public class MethodWrapper
extends java.lang.Object


Method Summary
static java.lang.Object create(java.lang.reflect.Method method)
           
static java.util.Set createSet(java.util.Collection methods)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static java.lang.Object create(java.lang.reflect.Method method)

createSet

public static java.util.Set createSet(java.util.Collection methods)


Copyright © 2002-2003 cglib. All Rights Reserved.