U - The best known loaded type for the dynamically created type.public static class TypeWriter.Default.ForInlining<U> extends TypeWriter.Default<U>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
TypeWriter.Default.ForInlining.ContextRegistry
A context registry allows to extract auxiliary types from a lazily created implementation context.
|
protected class |
TypeWriter.Default.ForInlining.RedefinitionClassVisitor
A class visitor which is capable of applying a redefinition of an existing class file.
|
protected static class |
TypeWriter.Default.ForInlining.TypeInitializerDelegate
A method containing the original type initializer of a redefined class.
|
TypeWriter.Default.ClassDumpAction, TypeWriter.Default.ForCreation<U>, TypeWriter.Default.ForInlining<U>, TypeWriter.Default.FrameComputingClassWriter, TypeWriter.Default.UnresolvedType, TypeWriter.Default.ValidatingClassVisitorTypeWriter.Default<S>, TypeWriter.FieldPool, TypeWriter.MethodPoolannotationRetention, annotationValueFilterFactory, asmVisitorWrapper, auxiliaryTypeNamingStrategy, auxiliaryTypes, classFileVersion, fieldPool, implementationContextFactory, instrumentedMethods, instrumentedType, loadedTypeInitializer, typeAttributeAppender, typeInitializer, typePool, typeValidationDUMP_PROPERTY| Modifier | Constructor and Description |
|---|---|
protected |
ForInlining(TypeDescription instrumentedType,
ClassFileVersion classFileVersion,
TypeWriter.FieldPool fieldPool,
MethodRegistry.Prepared methodRegistry,
Implementation.Target.Factory implementationTargetFactory,
List<DynamicType> explicitAuxiliaryTypes,
MethodList<?> instrumentedMethods,
LoadedTypeInitializer loadedTypeInitializer,
TypeInitializer typeInitializer,
TypeAttributeAppender typeAttributeAppender,
AsmVisitorWrapper asmVisitorWrapper,
AnnotationValueFilter.Factory annotationValueFilterFactory,
AnnotationRetention annotationRetention,
AuxiliaryType.NamingStrategy auxiliaryTypeNamingStrategy,
Implementation.Context.Factory implementationContextFactory,
TypeValidation typeValidation,
TypePool typePool,
TypeDescription originalType,
ClassFileLocator classFileLocator,
MethodRebaseResolver methodRebaseResolver)
Creates a new default type writer for creating a new type that is not based on an existing class file.
|
| Modifier and Type | Method and Description |
|---|---|
protected TypeWriter.Default.UnresolvedType |
create(TypeInitializer typeInitializer)
Creates an unresolved version of the dynamic type.
|
boolean |
equals(Object object) |
int |
hashCode() |
String |
toString() |
forCreation, forRebasing, forRedefinition, makeprotected ForInlining(TypeDescription instrumentedType, ClassFileVersion classFileVersion, TypeWriter.FieldPool fieldPool, MethodRegistry.Prepared methodRegistry, Implementation.Target.Factory implementationTargetFactory, List<DynamicType> explicitAuxiliaryTypes, MethodList<?> instrumentedMethods, LoadedTypeInitializer loadedTypeInitializer, TypeInitializer typeInitializer, TypeAttributeAppender typeAttributeAppender, AsmVisitorWrapper asmVisitorWrapper, AnnotationValueFilter.Factory annotationValueFilterFactory, AnnotationRetention annotationRetention, AuxiliaryType.NamingStrategy auxiliaryTypeNamingStrategy, Implementation.Context.Factory implementationContextFactory, TypeValidation typeValidation, TypePool typePool, TypeDescription originalType, ClassFileLocator classFileLocator, MethodRebaseResolver methodRebaseResolver)
instrumentedType - The instrumented type to be created.classFileVersion - The class file version to define auxiliary types in.fieldPool - The field pool to use.methodRegistry - The method registry to use.implementationTargetFactory - The implementation target factory to use.explicitAuxiliaryTypes - The explicit auxiliary types to add to the created type.instrumentedMethods - The instrumented methods relevant to this type creation.loadedTypeInitializer - The loaded type initializer to apply onto the created type after loading.typeInitializer - The type initializer to include in the created type's type initializer.typeAttributeAppender - The type attribute appender to apply onto the instrumented type.asmVisitorWrapper - The ASM visitor wrapper to apply onto the class writer.annotationValueFilterFactory - The annotation value filter factory to apply.annotationRetention - The annotation retention to apply.auxiliaryTypeNamingStrategy - The naming strategy for auxiliary types to apply.implementationContextFactory - The implementation context factory to apply.typeValidation - Determines if a type should be explicitly validated.typePool - The type pool to use for computing stack map frames, if required.originalType - The original type that is being redefined or rebased.classFileLocator - The class file locator for locating the original type's class file.methodRebaseResolver - The method rebase resolver to use for rebasing methods.protected TypeWriter.Default.UnresolvedType create(TypeInitializer typeInitializer)
TypeWriter.Defaultcreate in class TypeWriter.Default<U>typeInitializer - The type initializer to use.public boolean equals(Object object)
equals in class TypeWriter.Default<U>public int hashCode()
hashCode in class TypeWriter.Default<U>Copyright © 2014–2016. All rights reserved.