Class ClassLoaderInstrumentation

  • All Implemented Interfaces:
    io.opentelemetry.javaagent.tooling.TypeInstrumentation

    public class ClassLoaderInstrumentation
    extends java.lang.Object
    implements io.opentelemetry.javaagent.tooling.TypeInstrumentation
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<? extends net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription>,​java.lang.String> transformers()  
      net.bytebuddy.matcher.ElementMatcher<net.bytebuddy.description.type.TypeDescription> typeMatcher()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface io.opentelemetry.javaagent.tooling.TypeInstrumentation

        classLoaderOptimization
    • Constructor Detail

      • ClassLoaderInstrumentation

        public ClassLoaderInstrumentation()
    • Method Detail

      • typeMatcher

        public net.bytebuddy.matcher.ElementMatcher<net.bytebuddy.description.type.TypeDescription> typeMatcher()
        Specified by:
        typeMatcher in interface io.opentelemetry.javaagent.tooling.TypeInstrumentation
      • transformers

        public java.util.Map<? extends net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription>,​java.lang.String> transformers()
        Specified by:
        transformers in interface io.opentelemetry.javaagent.tooling.TypeInstrumentation