Interface AgentBuilder.Default.NativeMethodStrategy

    • Method Detail

      • resolve

        MethodNameTransformer resolve()
        Resolves the method name transformer for this strategy.
        Returns:
        A method name transformer for this strategy.
      • apply

        void apply​(Instrumentation instrumentation,
                   ClassFileTransformer classFileTransformer)
        Applies this native method strategy.
        Parameters:
        instrumentation - The instrumentation to apply this strategy upon.
        classFileTransformer - The class file transformer being registered.