Uses of Interface
net.bytebuddy.dynamic.scaffold.MethodRegistry.Compiled
-
Packages that use MethodRegistry.Compiled Package Description net.bytebuddy.dynamic.scaffold This package contains helper types and implementations that are responsible for the actual writing of a byte array representing a Java class. -
-
Uses of MethodRegistry.Compiled in net.bytebuddy.dynamic.scaffold
Classes in net.bytebuddy.dynamic.scaffold that implement MethodRegistry.Compiled Modifier and Type Class Description protected static classMethodRegistry.Default.CompiledA compiled version of a default method registry.Methods in net.bytebuddy.dynamic.scaffold that return MethodRegistry.Compiled Modifier and Type Method Description MethodRegistry.CompiledMethodRegistry.Default.Prepared. compile(Implementation.Target.Factory implementationTargetFactory, ClassFileVersion classFileVersion)Compiles this prepared method registry.MethodRegistry.CompiledMethodRegistry.Prepared. compile(Implementation.Target.Factory implementationTargetFactory, ClassFileVersion classFileVersion)Compiles this prepared method registry.Methods in net.bytebuddy.dynamic.scaffold with parameters of type MethodRegistry.Compiled Modifier and Type Method Description static <U> TypeWriter<U>TypeWriter.Default. forCreation(MethodRegistry.Compiled methodRegistry, java.util.List<? extends DynamicType> auxiliaryTypes, TypeWriter.FieldPool fieldPool, TypeWriter.RecordComponentPool recordComponentPool, TypeAttributeAppender typeAttributeAppender, AsmVisitorWrapper asmVisitorWrapper, ClassFileVersion classFileVersion, AnnotationValueFilter.Factory annotationValueFilterFactory, AnnotationRetention annotationRetention, AuxiliaryType.NamingStrategy auxiliaryTypeNamingStrategy, Implementation.Context.Factory implementationContextFactory, TypeValidation typeValidation, AsmClassReader.Factory classReaderFactory, AsmClassWriter.Factory classWriterFactory, TypePool typePool)Creates a type writer for creating a new type.
-