Uses of Class
net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.Adapter
-
Packages that use DynamicType.Builder.AbstractBase.Adapter 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 DynamicType.Builder.AbstractBase.Adapter in net.bytebuddy.dynamic.scaffold.inline
Subclasses of DynamicType.Builder.AbstractBase.Adapter in net.bytebuddy.dynamic.scaffold.inline Modifier and Type Class Description class
AbstractInliningDynamicTypeBuilder<T>
An abstract base implementation of a dynamic type builder that alters an existing type.class
RebaseDynamicTypeBuilder<T>
A type builder that rebases an instrumented type.class
RedefinitionDynamicTypeBuilder<T>
A type builder that redefines an instrumented type. -
Uses of DynamicType.Builder.AbstractBase.Adapter in net.bytebuddy.dynamic.scaffold.subclass
Subclasses of DynamicType.Builder.AbstractBase.Adapter in net.bytebuddy.dynamic.scaffold.subclass Modifier and Type Class Description class
SubclassDynamicTypeBuilder<T>
A type builder that creates an instrumented type as a subclass, i.e.
-