Interface AgentBuilder.InjectionStrategy

    • Method Detail

      • resolve

        ClassInjector resolve​(ClassLoader classLoader,
                              ProtectionDomain protectionDomain)
        Resolves the class injector to use for a given class loader and protection domain.
        Parameters:
        classLoader - The class loader to use.
        protectionDomain - The protection domain to use.
        Returns:
        The class injector to use.