Interface ClassFileLocatorProvider


public interface ClassFileLocatorProvider
This SPI can be used to add additional ClassFileLocators to AgentLocationStrategy.
  • Method Summary

    Modifier and Type
    Method
    Description
    net.bytebuddy.dynamic.ClassFileLocator
    Provide a class loader which can be used to look up bootstrap resources.
  • Method Details

    • getClassFileLocator

      @Nullable net.bytebuddy.dynamic.ClassFileLocator getClassFileLocator()
      Provide a class loader which can be used to look up bootstrap resources.