org.logicalcobwebs.cglib.core
Class MethodWrapper

java.lang.Object
  extended by org.logicalcobwebs.cglib.core.MethodWrapper

public class MethodWrapper
extends java.lang.Object


Nested Class Summary
(package private) static interface MethodWrapper.MethodWrapperKey
           
 
Field Summary
private static MethodWrapper.MethodWrapperKey KEY_FACTORY
           
 
Constructor Summary
private MethodWrapper()
           
 
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
 

Field Detail

KEY_FACTORY

private static final MethodWrapper.MethodWrapperKey KEY_FACTORY
Constructor Detail

MethodWrapper

private MethodWrapper()
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)