Uses of Interface
net.bytebuddy.dynamic.scaffold.MethodGraph.Compiler.Default.Harmonizer
Packages that use MethodGraph.Compiler.Default.Harmonizer
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.Harmonizer in net.bytebuddy.dynamic.scaffold
Classes in net.bytebuddy.dynamic.scaffold that implement MethodGraph.Compiler.Default.HarmonizerModifier and TypeClassDescriptionstatic enum
A harmonizer for the Java programming language that identifies a method by its parameter types only.static enum
A harmonizer for the Java virtual machine's method dispatching rules that identifies a method by its parameter types and return type.Fields in net.bytebuddy.dynamic.scaffold declared as MethodGraph.Compiler.Default.HarmonizerModifier and TypeFieldDescriptionprivate final MethodGraph.Compiler.Default.Harmonizer
<T> MethodGraph.Compiler.Default.harmonizer
The harmonizer to be used.Methods in net.bytebuddy.dynamic.scaffold with parameters of type MethodGraph.Compiler.Default.HarmonizerModifier and TypeMethodDescriptionprotected MethodGraph.Compiler.Default.Key.Harmonized
<V> MethodGraph.Compiler.Default.Key.Harmonized.extend
(MethodDescription.InDefinedShape methodDescription, MethodGraph.Compiler.Default.Harmonizer<V> harmonizer) Extends this key by the given method description.MethodGraph.Compiler.Default.Key.Store.Entry.Ambiguous.extendBy
(MethodDescription methodDescription, MethodGraph.Compiler.Default.Harmonizer<U> harmonizer) Extends this entry by the given method.MethodGraph.Compiler.Default.Key.Store.Entry.extendBy
(MethodDescription methodDescription, MethodGraph.Compiler.Default.Harmonizer<W> harmonizer) Extends this entry by the given method.MethodGraph.Compiler.Default.Key.Store.Entry.Initial.extendBy
(MethodDescription methodDescription, MethodGraph.Compiler.Default.Harmonizer<U> harmonizer) Extends this entry by the given method.MethodGraph.Compiler.Default.Key.Store.Entry.Resolved.extendBy
(MethodDescription methodDescription, MethodGraph.Compiler.Default.Harmonizer<U> harmonizer) Extends this entry by the given method.protected static <Q> MethodGraph.Compiler.Default.Key.Harmonized
<Q> MethodGraph.Compiler.Default.Key.Harmonized.of
(MethodDescription methodDescription, MethodGraph.Compiler.Default.Harmonizer<Q> harmonizer) Creates a new harmonized key for the given method description.static <S> MethodGraph.Compiler
MethodGraph.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.Compiler
MethodGraph.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.Compiler
MethodGraph.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.protected MethodGraph.Compiler.Default.Key.Store
<V> MethodGraph.Compiler.Default.Key.Store.registerTopLevel
(List<? extends MethodDescription> methodDescriptions, MethodGraph.Compiler.Default.Harmonizer<V> harmonizer) Registers a new top level method within this store.Constructors in net.bytebuddy.dynamic.scaffold with parameters of type MethodGraph.Compiler.Default.HarmonizerModifierConstructorDescriptionprotected
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.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.