Class MethodRef
- java.lang.Object
-
- io.opentelemetry.javaagent.tooling.muzzle.references.MethodRef
-
public final class MethodRef extends Object
Represents a reference to a method used in the instrumentation advice or helper class code. Part of aClassRef.This class is used in the auto-generated
InstrumentationModule#getMuzzleReferences()method, it is not meant to be used directly by agent extension developers.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetDescriptor()Returns this method's type descriptor.Set<Flag>getFlags()Returns modifier flags of this method.StringgetName()Returns the method name.Set<Source>getSources()Returns information about code locations where this method was referenced.inthashCode()StringtoString()
-