Package net.sf.cglib.core
Class MethodWrapper
- java.lang.Object
-
- net.sf.cglib.core.MethodWrapper
-
public class MethodWrapper extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMethodWrapper.MethodWrapperKeyInternal interface, only public due to ClassLoader issues.
-
Field Summary
Fields Modifier and Type Field Description private static MethodWrapper.MethodWrapperKeyKEY_FACTORY
-
Constructor Summary
Constructors Modifier Constructor Description privateMethodWrapper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Objectcreate(java.lang.reflect.Method method)static java.util.SetcreateSet(java.util.Collection methods)
-
-
-
Field Detail
-
KEY_FACTORY
private static final MethodWrapper.MethodWrapperKey KEY_FACTORY
-
-