public static interface Implementation.Context.Factory
| Modifier and Type | Method and Description |
|---|---|
Implementation.Context.ExtractableView |
make(TypeDescription instrumentedType,
AuxiliaryType.NamingStrategy auxiliaryTypeNamingStrategy,
InstrumentedType.TypeInitializer typeInitializer,
ClassFileVersion classFileVersion)
Creates a new implementation context.
|
Implementation.Context.ExtractableView make(TypeDescription instrumentedType, AuxiliaryType.NamingStrategy auxiliaryTypeNamingStrategy, InstrumentedType.TypeInitializer typeInitializer, ClassFileVersion classFileVersion)
instrumentedType - The description of the type that is currently subject of creation.auxiliaryTypeNamingStrategy - The naming strategy for naming an auxiliary type.typeInitializer - The type initializer of the created instrumented type.classFileVersion - The class file version of the created class.Copyright © 2014–2015. All rights reserved.