Uses of Class
net.bytebuddy.dynamic.scaffold.MethodGraph.Compiler.Default.Key.Detached
-
Packages that use MethodGraph.Compiler.Default.Key.Detached 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.Detached in net.bytebuddy.dynamic.scaffold
Fields in net.bytebuddy.dynamic.scaffold declared as MethodGraph.Compiler.Default.Key.Detached Modifier and Type Field Description private MethodGraph.Compiler.Default.Key.Detached
MethodGraph.Compiler.Default.Key.Store.Entry.Ambiguous.Node. key
The detached key representing this node.private MethodGraph.Compiler.Default.Key.Detached
MethodGraph.Compiler.Default.Key.Store.Entry.Resolved.Node. key
The detached key representing this node.Methods in net.bytebuddy.dynamic.scaffold that return MethodGraph.Compiler.Default.Key.Detached Modifier and Type Method Description protected MethodGraph.Compiler.Default.Key.Detached
MethodGraph.Compiler.Default.Key.Harmonized. detach(MethodDescription.TypeToken typeToken)
Creates a detached version of this key.protected static MethodGraph.Compiler.Default.Key.Detached
MethodGraph.Compiler.Default.Key.Detached. of(MethodDescription.SignatureToken token)
Creates a new detached key of the given method token.Constructors in net.bytebuddy.dynamic.scaffold with parameters of type MethodGraph.Compiler.Default.Key.Detached Constructor Description Node(MethodGraph.Compiler.Default.Key.Detached key, MethodDescription methodDescription, Visibility visibility)
Node(MethodGraph.Compiler.Default.Key.Detached key, MethodDescription methodDescription, Visibility visibility, boolean visible)
Creates a new node.
-