T - The most specific known loaded type that is implemented by this dynamic type, usually the
type itself, an interface or the direct super class.public static interface DynamicType.Unloaded<T> extends DynamicType
ClassLoader.DynamicType.Builder<T>, DynamicType.Default, DynamicType.Loaded<T>, DynamicType.Unloaded<T>| Modifier and Type | Method and Description |
|---|---|
DynamicType.Loaded<T> |
load(ClassLoader classLoader,
ClassLoadingStrategy classLoadingStrategy)
Attempts to load this dynamic type including all of its auxiliary types, if any.
|
getAllTypes, getBytes, getLoadedTypeInitializers, getRawAuxiliaryTypes, getTypeDescription, hasAliveLoadedTypeInitializers, inject, inject, saveIn, toJarDynamicType.Loaded<T> load(ClassLoader classLoader, ClassLoadingStrategy classLoadingStrategy)
classLoader - The class loader to use for this class loading.classLoadingStrategy - The class loader strategy which should be used for this class loading.ClassLoadingStrategy.DefaultCopyright © 2014–2015. All rights reserved.