Interface AgentBuilder.InjectionStrategy

    • Method Detail

      • resolve

        ClassInjector resolve​(java.lang.ClassLoader classLoader,
                              java.security.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.