public static interface TypeResolutionStrategy.Resolved
TypeResolutionStrategy.| Modifier and Type | Method and Description |
|---|---|
Map<TypeDescription,Class<?>> |
initialize(DynamicType dynamicType,
ClassLoader classLoader,
ClassLoadingStrategy classLoadingStrategy)
Loads and initializes a dynamic type.
|
TypeInitializer |
injectedInto(TypeInitializer typeInitializer)
Injects a type initializer into the supplied type initializer, if applicable.
|
TypeInitializer injectedInto(TypeInitializer typeInitializer)
typeInitializer - The type initializer to potentially expend.Map<TypeDescription,Class<?>> initialize(DynamicType dynamicType, ClassLoader classLoader, ClassLoadingStrategy classLoadingStrategy)
dynamicType - The dynamic type to initialize.classLoader - The class loader to use.classLoadingStrategy - The class loading strategy to use.Copyright © 2014–2016. All rights reserved.