Uses of Package
net.bytebuddy.dynamic.scaffold.inline
Packages that use net.bytebuddy.dynamic.scaffold.inline
Package
Description
Byte Buddy is a library for creating Java classes at runtime of a Java program.
An agent builder is used to easily implement load-time class-transformations using a Java agent.
A package for types that allow for applying Byte Buddy transformation during a build process.
This package contains helper types and implementations that are responsible for the actual writing of a byte array
representing a Java class.
All classes and types in this package are related to creating a
DynamicType
by
enhancing a given type.-
Classes in net.bytebuddy.dynamic.scaffold.inline used by net.bytebuddyClassDescriptionA method name transformer provides a unique mapping of a method's name to an alternative name.
-
Classes in net.bytebuddy.dynamic.scaffold.inline used by net.bytebuddy.agent.builderClassDescriptionA method name transformer provides a unique mapping of a method's name to an alternative name.
-
Classes in net.bytebuddy.dynamic.scaffold.inline used by net.bytebuddy.buildClassDescriptionA method name transformer provides a unique mapping of a method's name to an alternative name.
-
Classes in net.bytebuddy.dynamic.scaffold.inline used by net.bytebuddy.dynamic.scaffoldClassDescriptionA method rebase resolver is responsible for mapping methods of an instrumented type to an alternative signature.A resolution for a method that was checked by a
MethodRebaseResolver
. -
Classes in net.bytebuddy.dynamic.scaffold.inline used by net.bytebuddy.dynamic.scaffold.inlineClassDescriptionAn abstract base implementation of a dynamic type builder that alters an existing type.A method name transformer provides a unique mapping of a method's name to an alternative name.A method rebase resolver is responsible for mapping methods of an instrumented type to an alternative signature.A method rebase resolver that preserves any method in its original form.A resolution for a method that was checked by a
MethodRebaseResolver
.