Uses of Class
net.bytebuddy.dynamic.scaffold.MethodGraph.Compiler.Default.Key
Packages that use MethodGraph.Compiler.Default.Key
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 MethodGraph.Compiler.Default.Key in net.bytebuddy.dynamic.scaffold
Subclasses of MethodGraph.Compiler.Default.Key in net.bytebuddy.dynamic.scaffoldModifier and TypeClassDescriptionprotected static class
A detached version of a key that identifies methods by their JVM signature, i.e.protected static class
A harmonized key represents a key where equality is decided based on tokens that are returned by aMethodGraph.Compiler.Default.Harmonizer
.Fields in net.bytebuddy.dynamic.scaffold with type parameters of type MethodGraph.Compiler.Default.KeyModifier and TypeFieldDescriptionprivate final LinkedHashMap<MethodGraph.Compiler.Default.Key<MethodDescription.TypeToken>,
MethodGraph.Node> MethodGraph.Compiler.Default.Key.Store.Graph.entries
A mapping of a node's type tokens to the represented node.Constructor parameters in net.bytebuddy.dynamic.scaffold with type arguments of type MethodGraph.Compiler.Default.KeyModifierConstructorDescriptionprotected
Graph
(LinkedHashMap<MethodGraph.Compiler.Default.Key<MethodDescription.TypeToken>, MethodGraph.Node> entries) Creates a new graph.