Class NoopContextProvider

    • Method Detail

      • instrumentationTransformer

        public net.bytebuddy.agent.builder.AgentBuilder.Identified.Extendable instrumentationTransformer​(net.bytebuddy.agent.builder.AgentBuilder.Identified.Extendable builder)
        Description copied from interface: InstrumentationContextProvider
        Hook to provide an agent builder after advice is applied to target class. Used to implement context-store lookup.
        Specified by:
        instrumentationTransformer in interface InstrumentationContextProvider
      • additionalInstrumentation

        public net.bytebuddy.agent.builder.AgentBuilder.Identified.Extendable additionalInstrumentation​(net.bytebuddy.agent.builder.AgentBuilder.Identified.Extendable builder)
        Description copied from interface: InstrumentationContextProvider
        Hook to define additional instrumentation. Run at instrumentation advice is hooked up.
        Specified by:
        additionalInstrumentation in interface InstrumentationContextProvider