Class TypeProxy.MethodCall

    • Constructor Detail

      • MethodCall

        protected MethodCall​(MethodAccessorFactory methodAccessorFactory)
        Creates a new method call implementation.
        Parameters:
        methodAccessorFactory - The method accessor factory to query for the super method invocation.
    • Method Detail

      • appender

        public ByteCodeAppender appender​(Implementation.Target implementationTarget)
        Description copied from interface: Implementation
        Creates a byte code appender that determines the implementation of the instrumented type's methods.
        Specified by:
        appender in interface Implementation
        Parameters:
        implementationTarget - The target of the current implementation.
        Returns:
        A byte code appender for implementing methods delegated to this implementation. This byte code appender is also responsible for handling methods that were added by this implementation on the call to InstrumentedType.Prepareable.prepare(InstrumentedType).
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object