Uses of Package
net.bytebuddy.dynamic.scaffold.inline
-
Packages that use net.bytebuddy.dynamic.scaffold.inline Package Description net.bytebuddy Byte Buddy is a library for creating Java classes at runtime of a Java program.net.bytebuddy.agent.builder An agent builder is used to easily implement load-time class-transformations using a Java agent.net.bytebuddy.build A package for types that allow for applying Byte Buddy transformation during a build process.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.net.bytebuddy.dynamic.scaffold.inline All classes and types in this package are related to creating aDynamicType
by enhancing a given type. -
Classes in net.bytebuddy.dynamic.scaffold.inline used by net.bytebuddy Class Description MethodNameTransformer A 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.builder Class Description MethodNameTransformer A 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.build Class Description MethodNameTransformer A 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.scaffold Class Description MethodRebaseResolver A method rebase resolver is responsible for mapping methods of an instrumented type to an alternative signature.MethodRebaseResolver.Resolution A resolution for a method that was checked by aMethodRebaseResolver
. -
Classes in net.bytebuddy.dynamic.scaffold.inline used by net.bytebuddy.dynamic.scaffold.inline Class Description AbstractInliningDynamicTypeBuilder An abstract base implementation of a dynamic type builder that alters an existing type.MethodNameTransformer A method name transformer provides a unique mapping of a method's name to an alternative name.MethodRebaseResolver A method rebase resolver is responsible for mapping methods of an instrumented type to an alternative signature.MethodRebaseResolver.Disabled A method rebase resolver that preserves any method in its original form.MethodRebaseResolver.Resolution A resolution for a method that was checked by aMethodRebaseResolver
.