Uses of Class
net.bytebuddy.implementation.Implementation.Target.AbstractBase
-
Packages that use Implementation.Target.AbstractBase Package Description net.bytebuddy.dynamic.scaffold.inline All classes and types in this package are related to creating aDynamicType
by enhancing a given type.net.bytebuddy.dynamic.scaffold.subclass All classes and types in this package are related to creating aDynamicType
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.inline Modifier and Type Class Description class
RebaseImplementationTarget
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
Subclasses of Implementation.Target.AbstractBase in net.bytebuddy.dynamic.scaffold.subclass Modifier and Type Class Description class
SubclassImplementationTarget
An implementation target for creating a subclass of a given type.
-