Class MockMethodAdvice.ForEquals

  • Enclosing class:
    MockMethodAdvice

    static class MockMethodAdvice.ForEquals
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ForEquals()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static void enter​(java.lang.Object self, java.lang.Object other, boolean equals, boolean skipped)  
      private static boolean enter​(java.lang.String identifier, java.lang.Object self)  
      • Methods inherited from class java.lang.Object

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

      • ForEquals

        ForEquals()
    • Method Detail

      • enter

        @OnMethodEnter(skipOn=net.bytebuddy.asm.Advice.OnNonDefaultValue.class)
        private static boolean enter​(java.lang.String identifier,
                                     @This
                                     java.lang.Object self)
      • enter

        @OnMethodExit
        private static void enter​(@This
                                  java.lang.Object self,
                                  @Argument(0)
                                  java.lang.Object other,
                                  @Return(readOnly=false)
                                  boolean equals,
                                  @Enter
                                  boolean skipped)