U - The best known loaded type for the dynamically created type.@HashCodeAndEqualsPlugin.Enhance public abstract 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 static class |
TypeWriter.Default.ForInlining.WithDecorationOnly<V>
A default type writer that only applies a type decoration.
|
protected static class |
TypeWriter.Default.ForInlining.WithFullProcessing<V>
A default type writer that reprocesses a type completely.
|
TypeWriter.Default.ClassDumpAction, TypeWriter.Default.ForCreation<U>, TypeWriter.Default.ForInlining<U>, TypeWriter.Default.UnresolvedType, TypeWriter.Default.ValidatingClassVisitorTypeWriter.Default<S>, TypeWriter.FieldPool, TypeWriter.MethodPool| Modifier and Type | Field and Description |
|---|---|
protected ClassFileLocator |
classFileLocator
The class file locator for locating the original type's class file.
|
protected TypeDescription |
originalType
The original type's description.
|
annotationRetention, annotationValueFilterFactory, asmVisitorWrapper, auxiliaryTypeNamingStrategy, auxiliaryTypes, classFileVersion, classWriterStrategy, DUMP_FOLDER, fieldPool, fields, implementationContextFactory, instrumentedMethods, instrumentedType, loadedTypeInitializer, methods, typeAttributeAppender, typeInitializer, typePool, typeValidationDUMP_PROPERTY| Modifier | Constructor and Description |
|---|---|
protected |
ForInlining(TypeDescription instrumentedType,
ClassFileVersion classFileVersion,
TypeWriter.FieldPool fieldPool,
List<? extends DynamicType> auxiliaryTypes,
FieldList<FieldDescription.InDefinedShape> fields,
MethodList<?> methods,
MethodList<?> instrumentedMethods,
LoadedTypeInitializer loadedTypeInitializer,
TypeInitializer typeInitializer,
TypeAttributeAppender typeAttributeAppender,
AsmVisitorWrapper asmVisitorWrapper,
AnnotationValueFilter.Factory annotationValueFilterFactory,
AnnotationRetention annotationRetention,
AuxiliaryType.NamingStrategy auxiliaryTypeNamingStrategy,
Implementation.Context.Factory implementationContextFactory,
TypeValidation typeValidation,
ClassWriterStrategy classWriterStrategy,
TypePool typePool,
TypeDescription originalType,
ClassFileLocator classFileLocator)
Creates a new inlining type writer.
|
| Modifier and Type | Method and Description |
|---|---|
protected TypeWriter.Default.UnresolvedType |
create(TypeInitializer typeInitializer,
TypeWriter.Default.ClassDumpAction.Dispatcher dispatcher)
Creates an unresolved version of the dynamic type.
|
protected abstract ClassVisitor |
writeTo(ClassVisitor classVisitor,
TypeInitializer typeInitializer,
TypeWriter.Default.ForInlining.ContextRegistry contextRegistry,
int writerFlags,
int readerFlags)
Creates a class visitor which weaves all changes and additions on the fly.
|
forCreation, forDecoration, forRebasing, forRedefinition, makeprotected final TypeDescription originalType
protected final ClassFileLocator classFileLocator
protected ForInlining(TypeDescription instrumentedType, ClassFileVersion classFileVersion, TypeWriter.FieldPool fieldPool, List<? extends DynamicType> auxiliaryTypes, FieldList<FieldDescription.InDefinedShape> fields, MethodList<?> methods, MethodList<?> instrumentedMethods, LoadedTypeInitializer loadedTypeInitializer, TypeInitializer typeInitializer, TypeAttributeAppender typeAttributeAppender, AsmVisitorWrapper asmVisitorWrapper, AnnotationValueFilter.Factory annotationValueFilterFactory, AnnotationRetention annotationRetention, AuxiliaryType.NamingStrategy auxiliaryTypeNamingStrategy, Implementation.Context.Factory implementationContextFactory, TypeValidation typeValidation, ClassWriterStrategy classWriterStrategy, TypePool typePool, TypeDescription originalType, ClassFileLocator classFileLocator)
instrumentedType - The instrumented type to be created.classFileVersion - The class file specified by the user.fieldPool - The field pool to use.auxiliaryTypes - The explicit auxiliary types to add to the created type.fields - The instrumented type's declared fields.methods - The instrumented type's declared and virtually inherited methods.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.classWriterStrategy - The class writer strategy to use.typePool - The type pool to use for computing stack map frames, if required.originalType - The original type's description.classFileLocator - The class file locator for locating the original type's class file.protected TypeWriter.Default.UnresolvedType create(TypeInitializer typeInitializer, TypeWriter.Default.ClassDumpAction.Dispatcher dispatcher)
TypeWriter.Defaultcreate in class TypeWriter.Default<U>typeInitializer - The type initializer to use.dispatcher - A dispatcher for dumping class files.protected abstract ClassVisitor writeTo(ClassVisitor classVisitor, TypeInitializer typeInitializer, TypeWriter.Default.ForInlining.ContextRegistry contextRegistry, int writerFlags, int readerFlags)
classVisitor - The class visitor to which this entry is to be written to.typeInitializer - The type initializer to apply.contextRegistry - A context registry to register the lazily created implementation context to.writerFlags - The writer flags being used.readerFlags - The reader flags being used.Copyright © 2014–2019. All rights reserved.