Interface InstrumentationRegistry


public interface InstrumentationRegistry
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    check$(String instrumentationId, Class<?> callingClass, Object... args)
     
    defaultValue$(String instrumentationId)
    Returns the configured default reference value for the given instrumentation id.
  • Method Details

    • check$

      void check$(String instrumentationId, Class<?> callingClass, Object... args) throws Exception
      Throws:
      Exception
    • defaultValue$

      Object defaultValue$(String instrumentationId)
      Returns the configured default reference value for the given instrumentation id. Called from bytecode catch handlers when a reference-type default is needed on denial.