Package io.opentelemetry.javaagent.tooling.muzzle.references


package io.opentelemetry.javaagent.tooling.muzzle.references
  • Class
    Description
    Represents a reference to a class used in the instrumentation advice or helper class code (or the helper class itself).
    The builder of ClassRef.
    Represents a reference to a field used in the instrumentation advice or helper class code.
    Expected flag (or lack of flag) on a class, method or field reference.
    The constants of this enum describe whether a method or class is abstract, final or non-final.
    The constants of this enum represent the minimum visibility flag required by a type access, method call or field access.
    The constants of this enum describe whether a method/field is static or not.
    The constants of this enum represent the exact visibility of a referenced class, method or field.
    Represents a reference to a method used in the instrumentation advice or helper class code.
    Represents the source (file name, line number) of a reference.