public static interface ClassLoadingStrategy.Configurable extends ClassLoadingStrategy
ClassLoadingStrategy that allows configuring the strategy's behavior.ClassLoadingStrategy.Configurable, ClassLoadingStrategy.Default, ClassLoadingStrategy.ForBootstrapInjectionBOOTSTRAP_LOADER| Modifier and Type | Method and Description | 
|---|---|
ClassLoadingStrategy.Configurable | 
allowExistingTypes()
Determines if this class loading strategy should not throw an exception when attempting to load a class that
 was already loaded. 
 | 
ClassLoadingStrategy.Configurable | 
with(PackageDefinitionStrategy packageDefinitionStrategy)
Defines the supplied package definition strategy to be used for defining packages. 
 | 
ClassLoadingStrategy.Configurable | 
with(ProtectionDomain protectionDomain)
Overrides the implicitly set default  
ProtectionDomain with an explicit one. | 
loadClassLoadingStrategy.Configurable with(ProtectionDomain protectionDomain)
ProtectionDomain with an explicit one.protectionDomain - The protection domain to apply.ProtectionDomain.ClassLoadingStrategy.Configurable with(PackageDefinitionStrategy packageDefinitionStrategy)
packageDefinitionStrategy - The package definer to be used.ClassLoadingStrategy.Configurable allowExistingTypes()
Copyright © 2014–2016. All rights reserved.