Class SerializableNoOp
- java.lang.Object
-
- org.powermock.api.mockito.repackaged.SerializableNoOp
-
- All Implemented Interfaces:
java.io.Serializable
,net.sf.cglib.proxy.Callback
,net.sf.cglib.proxy.NoOp
class SerializableNoOp extends java.lang.Object implements net.sf.cglib.proxy.NoOp, java.io.Serializable
Offer a Serializable implementation of the NoOp CGLIB callback.
-
-
Field Summary
Fields Modifier and Type Field Description static net.sf.cglib.proxy.Callback
SERIALIZABLE_INSTANCE
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description SerializableNoOp()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
SERIALIZABLE_INSTANCE
public static final net.sf.cglib.proxy.Callback SERIALIZABLE_INSTANCE
-
-