Class IndyModuleTypePool
java.lang.Object
io.opentelemetry.javaagent.tooling.instrumentation.indy.IndyModuleTypePool
-
Method Summary
Modifier and TypeMethodDescriptionstatic net.bytebuddy.pool.TypePoolget(ClassLoader instrumentedCl, io.opentelemetry.javaagent.extension.instrumentation.InstrumentationModule module) Provides aTypePoolwhich has the same lookup rules forTypeDescriptions asInstrumentationModuleClassLoaderhave for classes.
-
Method Details
-
get
public static net.bytebuddy.pool.TypePool get(ClassLoader instrumentedCl, io.opentelemetry.javaagent.extension.instrumentation.InstrumentationModule module) Provides aTypePoolwhich has the same lookup rules forTypeDescriptions asInstrumentationModuleClassLoaderhave for classes.- Parameters:
instrumentedCl- the classloader being instrumented (e.g. for which theInstrumentationModuleClassLoaderis being created).module- theInstrumentationModuleperforming the instrumentation- Returns:
- the type pool, must not be cached!
-