Class AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.BridgeMethodImplementation

    • Field Detail

      • lambdaMethodName

        private final java.lang.String lambdaMethodName
        The name of the lambda expression's functional method.
      • lambdaMethod

        private final JavaConstant.MethodType lambdaMethod
        The actual type of the lambda expression's functional method.
    • 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.