public static interface TypeResolutionStrategy.Resolved
TypeResolutionStrategy.| Modifier and Type | Method and Description |
|---|---|
<S extends ClassLoader> |
initialize(DynamicType dynamicType,
S classLoader,
ClassLoadingStrategy<? super S> 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.<S extends ClassLoader> Map<TypeDescription,Class<?>> initialize(DynamicType dynamicType, S classLoader, ClassLoadingStrategy<? super S> classLoadingStrategy)
S - The least specific type of class loader this strategy can apply to.dynamicType - The dynamic type to initialize.classLoader - The class loader to use.classLoadingStrategy - The class loading strategy to use.Copyright © 2014–2017. All rights reserved.