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 class
MethodRegistry.Handler.ForAbstractMethod
A handler for defining an abstract or native method.static class
MethodRegistry.Handler.ForAnnotationValue
A handler for defining a default annotation value for a method.protected static class
MethodRegistry.Handler.ForImplementation.Compiled
A compiled handler for implementing a method.protected static class
MethodRegistry.Handler.ForVisibilityBridge.Compiled
A 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.Compiled
MethodRegistry.Default.Compiled.Entry. handler
The 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.Compiled
MethodRegistry.Handler. compile(Implementation.Target implementationTarget)
Compiles this handler.MethodRegistry.Handler.Compiled
MethodRegistry.Handler.ForAbstractMethod. compile(Implementation.Target implementationTarget)
Compiles this handler.MethodRegistry.Handler.Compiled
MethodRegistry.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.
-