Class AgentBuilder.Default.Transformation.Simple.Resolution.BootstrapClassLoaderCapableInjectorFactory

    • Field Detail

      • classLoader

        private final java.lang.ClassLoader classLoader
        The class loader for which to create an injection factory.
      • protectionDomain

        private final java.security.ProtectionDomain protectionDomain
        The protection domain of the created classes.
    • Constructor Detail

      • BootstrapClassLoaderCapableInjectorFactory

        protected BootstrapClassLoaderCapableInjectorFactory​(AgentBuilder.Default.BootstrapInjectionStrategy bootstrapInjectionStrategy,
                                                             java.lang.ClassLoader classLoader,
                                                             java.security.ProtectionDomain protectionDomain)
        Creates a new bootstrap class loader capable injector factory.
        Parameters:
        bootstrapInjectionStrategy - The bootstrap injection strategy being used.
        classLoader - The class loader for which to create an injection factory.
        protectionDomain - The protection domain of the created classes.