Uses of Interface
net.bytebuddy.dynamic.scaffold.MethodRegistry.Handler.Compiled
-
Packages that use MethodRegistry.Handler.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.Handler.Compiled in net.bytebuddy.dynamic.scaffold
Classes in net.bytebuddy.dynamic.scaffold that implement MethodRegistry.Handler.Compiled Modifier and Type Class Description static classMethodRegistry.Handler.ForAbstractMethodA handler for defining an abstract or native method.static classMethodRegistry.Handler.ForAnnotationValueA handler for defining a default annotation value for a method.protected static classMethodRegistry.Handler.ForImplementation.CompiledA compiled handler for implementing a method.protected static classMethodRegistry.Handler.ForVisibilityBridge.CompiledA compiled handler for a visibility bridge handler.Fields in net.bytebuddy.dynamic.scaffold declared as MethodRegistry.Handler.Compiled Modifier and Type Field Description private MethodRegistry.Handler.CompiledMethodRegistry.Default.Compiled.Entry. handlerThe handler to be used for implementing a method.Methods in net.bytebuddy.dynamic.scaffold that return MethodRegistry.Handler.Compiled Modifier and Type Method Description MethodRegistry.Handler.CompiledMethodRegistry.Handler. compile(Implementation.Target implementationTarget)Compiles this handler.MethodRegistry.Handler.CompiledMethodRegistry.Handler.ForAbstractMethod. compile(Implementation.Target implementationTarget)Compiles this handler.MethodRegistry.Handler.CompiledMethodRegistry.Handler.ForAnnotationValue. compile(Implementation.Target implementationTarget)Compiles this handler.Constructors in net.bytebuddy.dynamic.scaffold with parameters of type MethodRegistry.Handler.Compiled Constructor Description Entry(MethodRegistry.Handler.Compiled handler, MethodAttributeAppender attributeAppender, MethodDescription methodDescription, java.util.Set<MethodDescription.TypeToken> bridgeTypes, Visibility visibility, boolean bridgeMethod)Creates a new entry for a compiled method registry.
-