Class AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.LambdaMethodImplementation

    • Constructor Detail

      • LambdaMethodImplementation

        protected LambdaMethodImplementation​(JavaConstant.MethodHandle targetMethod,
                                             JavaConstant.MethodType specializedLambdaMethod)
        Creates a implementation of a lambda expression's functional method.
        Parameters:
        targetMethod - The target method of the lambda expression.
        specializedLambdaMethod - The specialized type of the lambda method.