Uses of Class
net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
Packages that use DynamicType.Builder.AbstractBase
Package
Description
This package contains classes and interfaces that are connected to writing the byte stream that represents a Java
type that is dynamically created and for loading this type into a running JVM process.
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 DynamicType.Builder.AbstractBase in net.bytebuddy.dynamic
Subclasses of DynamicType.Builder.AbstractBase in net.bytebuddy.dynamicModifier and TypeClassDescriptionstatic classAn adapter implementation of a dynamic type builder.protected classAn adapter for defining a new field.protected classAn adapter for matching an existing field.protected classAn adapter for applying an inner type definition for an outer method or constructor.protected classAn adapter for applying an inner type definition for an outer type.protected classAn annotation adapter for a method definition.protected classAn annotation adapter for implementing annotations during a method definition.protected classAn adapter for optionally matching methods defined by declared interfaces.protected classAn adapter for defining a record component.protected classAn adapter for matching record components.protected classAn adapter for defining a new type variable for the instrumented type.static classA delegator for a dynamic type builder delegating all invocations to another dynamic type builder.static classA dynamic type writer that uses aTypeWriterto create a dynamic type.static classAn abstract base implementation for an optional field definition.static classAn abstract base implementation of an optional field definition that allows for defining a value.private static classAn adapter for an optional field definition that allows for defining a value.static classAn abstract base implementation of a method definition.protected static classAn adapter implementation of a method definition.static classAn abstract base implementation of a method definition that can accept a receiver type.static classAn abstract base implementation of a record definition.static classAn abstract base implementation of a type variable definition. -
Uses of DynamicType.Builder.AbstractBase in net.bytebuddy.dynamic.scaffold.inline
Subclasses of DynamicType.Builder.AbstractBase in net.bytebuddy.dynamic.scaffold.inlineModifier and TypeClassDescriptionclassAn abstract base implementation of a dynamic type builder that alters an existing type.classA type builder that decorates a type by allowing for the application of attribute changes and ASM visitor wrappers.classA type builder that rebases an instrumented type.classA type builder that redefines an instrumented type. -
Uses of DynamicType.Builder.AbstractBase in net.bytebuddy.dynamic.scaffold.subclass
Subclasses of DynamicType.Builder.AbstractBase in net.bytebuddy.dynamic.scaffold.subclassModifier and TypeClassDescriptionclassA type builder that creates an instrumented type as a subclass, i.e.