ClassLoadingStrategy.Configurable<S> |
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<ClassLoader> |
ClassLoadingStrategy.Default.allowExistingTypes() |
Determines if this class loading strategy should not throw an exception when attempting to load a class that
was already loaded.
|
ClassLoadingStrategy.Configurable<ClassLoader> |
ClassLoadingStrategy.Default.InjectionDispatcher.allowExistingTypes() |
Determines if this class loading strategy should not throw an exception when attempting to load a class that
was already loaded.
|
ClassLoadingStrategy.Configurable<ClassLoader> |
ClassLoadingStrategy.Default.WrappingDispatcher.allowExistingTypes() |
Determines if this class loading strategy should not throw an exception when attempting to load a class that
was already loaded.
|
ClassLoadingStrategy.Configurable<S> |
ClassLoadingStrategy.Configurable.opened() |
With an opened class loading strategy, it is assured that types can be added to the class loader, either by
indirect injection using this strategy or by creating a class loader that explicitly supports injection.
|
ClassLoadingStrategy.Configurable<ClassLoader> |
ClassLoadingStrategy.Default.InjectionDispatcher.opened() |
With an opened class loading strategy, it is assured that types can be added to the class loader, either by
indirect injection using this strategy or by creating a class loader that explicitly supports injection.
|
ClassLoadingStrategy.Configurable<ClassLoader> |
ClassLoadingStrategy.Default.opened() |
With an opened class loading strategy, it is assured that types can be added to the class loader, either by
indirect injection using this strategy or by creating a class loader that explicitly supports injection.
|
ClassLoadingStrategy.Configurable<ClassLoader> |
ClassLoadingStrategy.Default.WrappingDispatcher.opened() |
With an opened class loading strategy, it is assured that types can be added to the class loader, either by
indirect injection using this strategy or by creating a class loader that explicitly supports injection.
|
ClassLoadingStrategy.Configurable<S> |
ClassLoadingStrategy.Configurable.with(ProtectionDomain protectionDomain) |
|
ClassLoadingStrategy.Configurable<S> |
ClassLoadingStrategy.Configurable.with(PackageDefinitionStrategy packageDefinitionStrategy) |
Defines the supplied package definition strategy to be used for defining packages.
|
ClassLoadingStrategy.Configurable<ClassLoader> |
ClassLoadingStrategy.Default.InjectionDispatcher.with(ProtectionDomain protectionDomain) |
|
ClassLoadingStrategy.Configurable<ClassLoader> |
ClassLoadingStrategy.Default.InjectionDispatcher.with(PackageDefinitionStrategy packageDefinitionStrategy) |
Defines the supplied package definition strategy to be used for defining packages.
|
ClassLoadingStrategy.Configurable<ClassLoader> |
ClassLoadingStrategy.Default.with(ProtectionDomain protectionDomain) |
|
ClassLoadingStrategy.Configurable<ClassLoader> |
ClassLoadingStrategy.Default.with(PackageDefinitionStrategy packageDefinitionStrategy) |
Defines the supplied package definition strategy to be used for defining packages.
|
ClassLoadingStrategy.Configurable<ClassLoader> |
ClassLoadingStrategy.Default.WrappingDispatcher.with(ProtectionDomain protectionDomain) |
|
ClassLoadingStrategy.Configurable<ClassLoader> |
ClassLoadingStrategy.Default.WrappingDispatcher.with(PackageDefinitionStrategy packageDefinitionStrategy) |
Defines the supplied package definition strategy to be used for defining packages.
|