java.lang.Object
io.opentelemetry.javaagent.tooling.instrumentation.indy.IndyModuleTypePool

public class IndyModuleTypePool extends Object
  • Method Details

    • get

      public static net.bytebuddy.pool.TypePool get(ClassLoader instrumentedCl, io.opentelemetry.javaagent.extension.instrumentation.InstrumentationModule module)
      Provides a TypePool which has the same lookup rules for TypeDescriptions as InstrumentationModuleClassLoader have for classes.
      Parameters:
      instrumentedCl - the classloader being instrumented (e.g. for which the InstrumentationModuleClassLoader is being created).
      module - the InstrumentationModule performing the instrumentation
      Returns:
      the type pool, must not be cached!