Uses of Class
net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.Delegator
Packages that use DynamicType.Builder.AbstractBase.Delegator
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.
-
Uses of DynamicType.Builder.AbstractBase.Delegator in net.bytebuddy.dynamic
Subclasses of DynamicType.Builder.AbstractBase.Delegator in net.bytebuddy.dynamicModifier and TypeClassDescriptionprotected class
An adapter for defining a new field.protected class
An adapter for matching an existing field.protected class
An adapter for applying an inner type definition for an outer method or constructor.protected class
An adapter for applying an inner type definition for an outer type.protected class
An annotation adapter for a method definition.protected class
An annotation adapter for implementing annotations during a method definition.protected class
An adapter for optionally matching methods defined by declared interfaces.protected class
An adapter for defining a record component.protected class
An adapter for matching record components.protected class
An adapter for defining a new type variable for the instrumented type.static class
An abstract base implementation for an optional field definition.static class
An abstract base implementation of an optional field definition that allows for defining a value.private static class
An adapter for an optional field definition that allows for defining a value.static class
An abstract base implementation of a method definition.protected static class
An adapter implementation of a method definition.static class
An abstract base implementation of a method definition that can accept a receiver type.static class
An abstract base implementation of a record definition.static class
An abstract base implementation of a type variable definition.