Uses of Class
net.bytebuddy.implementation.Implementation.Target.AbstractBase
Packages that use Implementation.Target.AbstractBase
Package
Description
All classes and types in this package are related to creating a
DynamicType
by
enhancing a given type.All classes and types in this package are related to creating a
DynamicType
by
creating a subclass of a given type.-
Uses of Implementation.Target.AbstractBase in net.bytebuddy.dynamic.scaffold.inline
Subclasses of Implementation.Target.AbstractBase in net.bytebuddy.dynamic.scaffold.inlineModifier and TypeClassDescriptionclass
An implementation target for redefining a given type while preserving the original methods within the instrumented type. -
Uses of Implementation.Target.AbstractBase in net.bytebuddy.dynamic.scaffold.subclass
Modifier and TypeClassDescriptionclass
An implementation target for creating a subclass of a given type.