Package net.sf.cglib.core
Class MethodWrapper
- java.lang.Object
-
- net.sf.cglib.core.MethodWrapper
-
public class MethodWrapper extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
MethodWrapper.MethodWrapperKey
Internal interface, only public due to ClassLoader issues.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Object
create(Method method)
static Set
createSet(Collection methods)
-
-
-
Method Detail
-
createSet
public static Set createSet(Collection methods)
-
-