protected static class AgentBuilder.Default.Transformation.Simple.Resolution.BootstrapClassLoaderCapableInjectorFactory extends Object implements AgentBuilder.InitializationStrategy.Dispatcher.InjectorFactory
| Modifier | Constructor and Description | 
|---|---|
| protected  | BootstrapClassLoaderCapableInjectorFactory(AgentBuilder.Default.BootstrapInjectionStrategy bootstrapInjectionStrategy,
                                          ClassLoader classLoader,
                                          ProtectionDomain protectionDomain,
                                          AccessControlContext accessControlContext)Creates a new bootstrap class loader capable injector factory. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object other) | 
| int | hashCode() | 
| ClassInjector | resolve()Resolves the class injector for this factory. | 
| String | toString() | 
protected BootstrapClassLoaderCapableInjectorFactory(AgentBuilder.Default.BootstrapInjectionStrategy bootstrapInjectionStrategy, ClassLoader classLoader, ProtectionDomain protectionDomain, AccessControlContext accessControlContext)
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.accessControlContext - The access control context to be used.public ClassInjector resolve()
AgentBuilder.InitializationStrategy.Dispatcher.InjectorFactoryresolve in interface AgentBuilder.InitializationStrategy.Dispatcher.InjectorFactoryCopyright © 2014–2016. All rights reserved.