Class MockMethodAdvice.ForReadObject

  • Enclosing class:
    MockMethodAdvice

    public static class MockMethodAdvice.ForReadObject
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ForReadObject()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void doReadObject​(java.lang.String identifier, MockAccess thiz, java.io.ObjectInputStream objectInputStream)  
      • Methods inherited from class java.lang.Object

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

      • ForReadObject

        public ForReadObject()
    • Method Detail

      • doReadObject

        public static void doReadObject​(java.lang.String identifier,
                                        @This
                                        MockAccess thiz,
                                        @Argument(0)
                                        java.io.ObjectInputStream objectInputStream)
                                 throws java.io.IOException,
                                        java.lang.ClassNotFoundException
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException