Class 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  
      • Fields inherited from interface net.sf.cglib.proxy.NoOp

        INSTANCE
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SERIALIZABLE_INSTANCE

        public static final net.sf.cglib.proxy.Callback SERIALIZABLE_INSTANCE
    • Constructor Detail

      • SerializableNoOp

        SerializableNoOp()