Uses of Interface
net.bytebuddy.dynamic.scaffold.MethodRegistry.Handler.Compiled
Packages that use MethodRegistry.Handler.Compiled
Package
Description
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.CompiledModifier and TypeClassDescriptionstatic enum
A handler for defining an abstract or native method.static class
A handler for defining a default annotation value for a method.protected static class
A compiled handler for implementing a method.protected static class
A compiled handler for a visibility bridge handler.Fields in net.bytebuddy.dynamic.scaffold declared as MethodRegistry.Handler.CompiledModifier and TypeFieldDescriptionprivate final 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.CompiledModifier and TypeMethodDescriptionMethodRegistry.Handler.compile
(Implementation.Target implementationTarget) Compiles this handler.MethodRegistry.Handler.ForAbstractMethod.compile
(Implementation.Target implementationTarget) Compiles this handler.MethodRegistry.Handler.ForAnnotationValue.compile
(Implementation.Target implementationTarget) Compiles this handler.Constructors in net.bytebuddy.dynamic.scaffold with parameters of type MethodRegistry.Handler.CompiledModifierConstructorDescriptionprotected
Entry
(MethodRegistry.Handler.Compiled handler, MethodAttributeAppender attributeAppender, MethodDescription methodDescription, Set<MethodDescription.TypeToken> bridgeTypes, Visibility visibility, boolean bridgeMethod) Creates a new entry for a compiled method registry.