Uses of Class
net.bytebuddy.dynamic.scaffold.MethodGraph.Compiler.Default.Key
-
Packages that use MethodGraph.Compiler.Default.Key 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 MethodGraph.Compiler.Default.Key in net.bytebuddy.dynamic.scaffold
Subclasses of MethodGraph.Compiler.Default.Key in net.bytebuddy.dynamic.scaffold Modifier and Type Class Description protected static class
MethodGraph.Compiler.Default.Key.Detached
A detached version of a key that identifies methods by their JVM signature, i.e.protected static class
MethodGraph.Compiler.Default.Key.Harmonized<V>
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.Key Modifier and Type Field Description private java.util.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.Key Constructor Description Graph(java.util.LinkedHashMap<MethodGraph.Compiler.Default.Key<MethodDescription.TypeToken>,MethodGraph.Node> entries)
Creates a new graph.
-