net.sf.cglib.core
Class MethodWrapper

java.lang.Object
  extended by net.sf.cglib.core.MethodWrapper

public class MethodWrapper
extends Object


Nested Class Summary
static interface MethodWrapper.MethodWrapperKey
          Internal interface, only public due to ClassLoader issues.
 
Method Summary
static Object create(Method method)
           
static Set createSet(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 Object create(Method method)

createSet

public static Set createSet(Collection methods)


Copyright © 2012 Oracle Corporation. All Rights Reserved.