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

class SerializableNoOp extends Object implements net.sf.cglib.proxy.NoOp, Serializable
Offer a Serializable implementation of the NoOp CGLIB callback.
  • 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()