Uses of Interface
net.bytebuddy.dynamic.scaffold.MethodGraph.Compiler.Default.Merger
Packages that use MethodGraph.Compiler.Default.Merger
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.Merger in net.bytebuddy.dynamic.scaffold
Classes in net.bytebuddy.dynamic.scaffold that implement MethodGraph.Compiler.Default.MergerModifier and TypeClassDescriptionstatic enumA directional merger that always returns either the left or right method description.Fields in net.bytebuddy.dynamic.scaffold declared as MethodGraph.Compiler.Default.MergerModifier and TypeFieldDescriptionprivate final MethodGraph.Compiler.Default.MergerMethodGraph.Compiler.Default.mergerThe merger to be used.Methods in net.bytebuddy.dynamic.scaffold with parameters of type MethodGraph.Compiler.Default.MergerModifier and TypeMethodDescriptionprotected MethodGraphMethodGraph.Compiler.Default.Key.Store.asGraph(MethodGraph.Compiler.Default.Merger merger) Transforms this store into a method graph by applying the given merger.MethodGraph.Compiler.Default.Key.Store.Entry.Ambiguous.asNode(MethodGraph.Compiler.Default.Merger merger) Transforms this entry into a node.MethodGraph.Compiler.Default.Key.Store.Entry.asNode(MethodGraph.Compiler.Default.Merger merger) Transforms this entry into a node.MethodGraph.Compiler.Default.Key.Store.Entry.Initial.asNode(MethodGraph.Compiler.Default.Merger merger) Transforms this entry into a node.MethodGraph.Compiler.Default.Key.Store.Entry.Resolved.asNode(MethodGraph.Compiler.Default.Merger merger) Transforms this entry into a node.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.static <S> MethodGraph.CompilerMethodGraph.Compiler.Default.of(MethodGraph.Compiler.Default.Harmonizer<S> harmonizer, MethodGraph.Compiler.Default.Merger merger, ElementMatcher<? super MethodDescription> matcher) Creates a default compiler using the given harmonizer and merger.Constructors in net.bytebuddy.dynamic.scaffold with parameters of type MethodGraph.Compiler.Default.MergerModifierConstructorDescriptionprotectedDefault(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.Default(MethodGraph.Compiler.Default.Harmonizer<T> harmonizer, MethodGraph.Compiler.Default.Merger merger, TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor, ElementMatcher<? super MethodDescription> matcher) Creates a new default method graph compiler.