Package io.opentelemetry.javaagent.extension.muzzle
-
Interface Summary Interface Description Flag Expected flag (or lack of flag) on a class, method or field reference. -
Class Summary Class Description ClassRef Represents a reference to a class used in the instrumentation advice or helper class code (or the helper class itself).ClassRefBuilder The builder ofClassRef
.FieldRef Represents a reference to a field used in the instrumentation advice or helper class code.MethodRef Represents a reference to a method used in the instrumentation advice or helper class code.Source Represents the source (file name, line number) of a reference. -
Enum Summary Enum Description Flag.ManifestationFlag The constants of this enum describe whether a method or class is abstract, final or non-final.Flag.MinimumVisibilityFlag The constants of this enum represent the minimum visibility flag required by a type access, method call or field access.Flag.OwnershipFlag The constants of this enum describe whether a method/field is static or not.Flag.VisibilityFlag The constants of this enum represent the exact visibility of a referenced class, method or field.