public interface TypeResolutionStrategy
LoadedTypeInitializers.| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
TypeResolutionStrategy.Active
A type resolution strategy that applies all  
LoadedTypeInitializer as a part of class loading using reflection. | 
static class  | 
TypeResolutionStrategy.Disabled
A type resolution strategy that does not allow for explicit loading of a class and that does not inject any code into the type initializer. 
 | 
static class  | 
TypeResolutionStrategy.Lazy
A type resolution strategy that does not apply any  
LoadedTypeInitializers but only loads all types. | 
static class  | 
TypeResolutionStrategy.Passive
A type resolution strategy that applies all  
LoadedTypeInitializer after class loading using reflection. | 
static interface  | 
TypeResolutionStrategy.Resolved
A resolved  
TypeResolutionStrategy. | 
| Modifier and Type | Method and Description | 
|---|---|
TypeResolutionStrategy.Resolved | 
resolve()
Resolves a type resolution strategy for actual application. 
 | 
TypeResolutionStrategy.Resolved resolve()
Copyright © 2014–2023. All rights reserved.