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<java.lang.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<java.lang.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<java.lang.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<java.lang.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<java.lang.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<java.lang.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(java.security.ProtectionDomain protectionDomain) |
Overrides the implicitly set default ProtectionDomain with an explicit one.
|
ClassLoadingStrategy.Configurable<S> |
ClassLoadingStrategy.Configurable.with(PackageDefinitionStrategy packageDefinitionStrategy) |
Defines the supplied package definition strategy to be used for defining packages.
|
ClassLoadingStrategy.Configurable<java.lang.ClassLoader> |
ClassLoadingStrategy.Default.InjectionDispatcher.with(java.security.ProtectionDomain protectionDomain) |
Overrides the implicitly set default ProtectionDomain with an explicit one.
|
ClassLoadingStrategy.Configurable<java.lang.ClassLoader> |
ClassLoadingStrategy.Default.InjectionDispatcher.with(PackageDefinitionStrategy packageDefinitionStrategy) |
Defines the supplied package definition strategy to be used for defining packages.
|
ClassLoadingStrategy.Configurable<java.lang.ClassLoader> |
ClassLoadingStrategy.Default.with(java.security.ProtectionDomain protectionDomain) |
Overrides the implicitly set default ProtectionDomain with an explicit one.
|
ClassLoadingStrategy.Configurable<java.lang.ClassLoader> |
ClassLoadingStrategy.Default.with(PackageDefinitionStrategy packageDefinitionStrategy) |
Defines the supplied package definition strategy to be used for defining packages.
|
ClassLoadingStrategy.Configurable<java.lang.ClassLoader> |
ClassLoadingStrategy.Default.WrappingDispatcher.with(java.security.ProtectionDomain protectionDomain) |
Overrides the implicitly set default ProtectionDomain with an explicit one.
|
ClassLoadingStrategy.Configurable<java.lang.ClassLoader> |
ClassLoadingStrategy.Default.WrappingDispatcher.with(PackageDefinitionStrategy packageDefinitionStrategy) |
Defines the supplied package definition strategy to be used for defining packages.
|