Uses of Interface
net.bytebuddy.dynamic.scaffold.MethodGraph.Compiler.Default.Merger
-
Packages that use MethodGraph.Compiler.Default.Merger 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.Merger in net.bytebuddy.dynamic.scaffold
Classes in net.bytebuddy.dynamic.scaffold that implement MethodGraph.Compiler.Default.Merger Modifier and Type Class Description static classMethodGraph.Compiler.Default.Merger.DirectionalA directional merger that always returns either the left or right method description.Methods in net.bytebuddy.dynamic.scaffold with parameters of type MethodGraph.Compiler.Default.Merger Modifier and Type Method Description protected MethodGraphMethodGraph.Compiler.Default.Key.Store. asGraph(MethodGraph.Compiler.Default.Merger merger)Transforms this store into a method graph by applying the given merger.MethodGraph.NodeMethodGraph.Compiler.Default.Key.Store.Entry.Ambiguous. asNode(MethodGraph.Compiler.Default.Merger merger)MethodGraph.NodeMethodGraph.Compiler.Default.Key.Store.Entry. asNode(MethodGraph.Compiler.Default.Merger merger)Transforms this entry into a node.MethodGraph.NodeMethodGraph.Compiler.Default.Key.Store.Entry.Initial. asNode(MethodGraph.Compiler.Default.Merger merger)MethodGraph.NodeMethodGraph.Compiler.Default.Key.Store.Entry.Resolved. asNode(MethodGraph.Compiler.Default.Merger merger)static <S> MethodGraph.CompilerMethodGraph.Compiler.Default. of(MethodGraph.Compiler.Default.Harmonizer<S> harmonizer, MethodGraph.Compiler.Default.Merger merger)Creates a default compiler using the given harmonizer and merger.static <S> MethodGraph.CompilerMethodGraph.Compiler.Default. of(MethodGraph.Compiler.Default.Harmonizer<S> harmonizer, MethodGraph.Compiler.Default.Merger merger, TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor)Creates a default compiler using the given harmonizer and merger.Constructors in net.bytebuddy.dynamic.scaffold with parameters of type MethodGraph.Compiler.Default.Merger Constructor Description Default(MethodGraph.Compiler.Default.Harmonizer<T> harmonizer, MethodGraph.Compiler.Default.Merger merger, TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor)Creates a new default method graph compiler.
-