Uses of Interface
net.bytebuddy.implementation.Implementation.Context.ExtractableView
-
Packages that use Implementation.Context.ExtractableView 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.net.bytebuddy.implementation The implementation package contains any logic for intercepting method calls. -
-
Uses of Implementation.Context.ExtractableView in net.bytebuddy.dynamic.scaffold
Methods in net.bytebuddy.dynamic.scaffold with parameters of type Implementation.Context.ExtractableView Modifier and Type Method Description voidTypeWriter.Default.ForInlining.InitializationHandler.Appending. complete(org.objectweb.asm.ClassVisitor classVisitor, Implementation.Context.ExtractableView implementationContext)voidTypeWriter.Default.ForInlining.InitializationHandler. complete(org.objectweb.asm.ClassVisitor classVisitor, Implementation.Context.ExtractableView implementationContext)Invoked upon completion of writing the instrumented type.voidTypeWriter.Default.ForInlining.InitializationHandler.Creating. complete(org.objectweb.asm.ClassVisitor classVisitor, Implementation.Context.ExtractableView implementationContext)voidTypeWriter.Default.ForInlining.ContextRegistry. setImplementationContext(Implementation.Context.ExtractableView implementationContext)Registers the implementation context. -
Uses of Implementation.Context.ExtractableView in net.bytebuddy.implementation
Classes in net.bytebuddy.implementation that implement Implementation.Context.ExtractableView Modifier and Type Class Description static classImplementation.Context.DefaultA default implementation of anImplementation.Context.ExtractableViewwhich serves as its ownMethodAccessorFactory.static classImplementation.Context.DisabledAn implementation context that does not allow for any injections into the static initializer block.static classImplementation.Context.ExtractableView.AbstractBaseAn abstract base implementation of an extractable view of an implementation context.Methods in net.bytebuddy.implementation that return Implementation.Context.ExtractableView Modifier and Type Method Description Implementation.Context.ExtractableViewImplementation.Context.Default.Factory. make(TypeDescription instrumentedType, AuxiliaryType.NamingStrategy auxiliaryTypeNamingStrategy, TypeInitializer typeInitializer, ClassFileVersion classFileVersion, ClassFileVersion auxiliaryClassFileVersion)Implementation.Context.ExtractableViewImplementation.Context.Disabled.Factory. make(TypeDescription instrumentedType, AuxiliaryType.NamingStrategy auxiliaryTypeNamingStrategy, TypeInitializer typeInitializer, ClassFileVersion classFileVersion, ClassFileVersion auxiliaryClassFileVersion)Implementation.Context.ExtractableViewImplementation.Context.Factory. make(TypeDescription instrumentedType, AuxiliaryType.NamingStrategy auxiliaryTypeNamingStrategy, TypeInitializer typeInitializer, ClassFileVersion classFileVersion, ClassFileVersion auxiliaryClassFileVersion)Creates a new implementation context.
-