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 classA detached version of a key that identifies methods by their JVM signature, i.e. parameter types and return type.protected static classA harmonized key represents a key where equality is decided based on tokens that are returned by aMethodGraph.Compiler.Default.Harmonizer.Constructor parameters in net.bytebuddy.dynamic.scaffold with type arguments of type MethodGraph.Compiler.Default.KeyModifierConstructorDescriptionprotectedGraph(LinkedHashMap<MethodGraph.Compiler.Default.Key<MethodDescription.TypeToken>, MethodGraph.Node> entries) Creates a new graph.