Uses of Class
net.bytebuddy.description.method.MethodDescription.InDefinedShape.AbstractBase

Package
Description
Contains descriptions of Java methods and constructors as well as their parameters.
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.
The implementation package contains any logic for intercepting method calls.
Classes of this package allow for the creating TypeDescriptions without loading any classes.