Class SerializableNoOp
java.lang.Object
org.powermock.api.mockito.repackaged.SerializableNoOp
- All Implemented Interfaces:
Serializable
,net.sf.cglib.proxy.Callback
,net.sf.cglib.proxy.NoOp
Offer a Serializable implementation of the NoOp CGLIB callback.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.sf.cglib.proxy.Callback
private static final long
Fields inherited from interface net.sf.cglib.proxy.NoOp
INSTANCE
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
SERIALIZABLE_INSTANCE
public static final net.sf.cglib.proxy.Callback SERIALIZABLE_INSTANCE
-
-
Constructor Details
-
SerializableNoOp
SerializableNoOp()
-