Class AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.BridgeMethodImplementation

    • Constructor Detail

      • BridgeMethodImplementation

        protected BridgeMethodImplementation​(java.lang.String lambdaMethodName,
                                             JavaConstant.MethodType lambdaMethod)
        Creates a new bridge method implementation for a lambda expression.
        Parameters:
        lambdaMethodName - The name of the lambda expression's functional method.
        lambdaMethod - The actual type of the lambda expression's functional method.