Uses of Class
net.bytebuddy.dynamic.scaffold.MethodRegistry.Default.Entry
Packages that use MethodRegistry.Default.Entry
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 MethodRegistry.Default.Entry in net.bytebuddy.dynamic.scaffold
Fields in net.bytebuddy.dynamic.scaffold with type parameters of type MethodRegistry.Default.EntryModifier and TypeFieldDescriptionprivate final List<MethodRegistry.Default.Entry>
MethodRegistry.Default.entries
The list of currently registered entries in their application order.Constructor parameters in net.bytebuddy.dynamic.scaffold with type arguments of type MethodRegistry.Default.EntryModifierConstructorDescriptionprivate
Default
(List<MethodRegistry.Default.Entry> entries) Creates a new default method registry.