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)
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)
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.public ClassInjector resolve()
AgentBuilder.InitializationStrategy.Dispatcher.InjectorFactoryresolve in interface AgentBuilder.InitializationStrategy.Dispatcher.InjectorFactoryCopyright © 2014–2016. All rights reserved.