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.Loaded<T> extends DynamicType
DynamicType.Builder<T>, DynamicType.Default, DynamicType.Loaded<T>, DynamicType.Unloaded<T>
Modifier and Type | Method and Description |
---|---|
Class<? extends T> |
getLoaded()
Returns the loaded main class.
|
Map<TypeDescription,Class<?>> |
getLoadedAuxiliaryTypes()
Returns a map of all loaded auxiliary types to this dynamic type.
|
getBytes, getDescription, getRawAuxiliaryTypes, getTypeInitializers, hasAliveTypeInitializers, saveIn
Class<? extends T> getLoaded()
Map<TypeDescription,Class<?>> getLoadedAuxiliaryTypes()
Copyright © 2014. All rights reserved.