Uses of Interface
net.bytebuddy.dynamic.DynamicType.Builder.InnerTypeDefinition
Packages that use DynamicType.Builder.InnerTypeDefinition
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.-
Uses of DynamicType.Builder.InnerTypeDefinition in net.bytebuddy.dynamic
Subinterfaces of DynamicType.Builder.InnerTypeDefinition in net.bytebuddy.dynamicModifier and TypeInterfaceDescriptionstatic interface
An inner type definition for defining a type that is contained within another type.Classes in net.bytebuddy.dynamic that implement DynamicType.Builder.InnerTypeDefinitionModifier and TypeClassDescriptionprotected 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.Methods in net.bytebuddy.dynamic that return DynamicType.Builder.InnerTypeDefinitionModifier and TypeMethodDescriptionDynamicType.Builder.AbstractBase.Adapter.innerTypeOf
(MethodDescription.InDefinedShape methodDescription) Defines this type as an inner type that was declared within the supplied method or constructor.DynamicType.Builder.AbstractBase.Delegator.innerTypeOf
(MethodDescription.InDefinedShape methodDescription) Defines this type as an inner type that was declared within the supplied method or constructor.DynamicType.Builder.AbstractBase.innerTypeOf
(Constructor<?> constructor) Defines this type as an inner type that was declared within the supplied constructor.DynamicType.Builder.AbstractBase.innerTypeOf
(Method method) Defines this type as an inner type that was declared within the supplied method.DynamicType.Builder.innerTypeOf
(Constructor<?> constructor) Defines this type as an inner type that was declared within the supplied constructor.DynamicType.Builder.innerTypeOf
(Method method) Defines this type as an inner type that was declared within the supplied method.DynamicType.Builder.innerTypeOf
(MethodDescription.InDefinedShape methodDescription) Defines this type as an inner type that was declared within the supplied method or constructor. -
Uses of DynamicType.Builder.InnerTypeDefinition in net.bytebuddy.dynamic.scaffold.inline
Methods in net.bytebuddy.dynamic.scaffold.inline that return DynamicType.Builder.InnerTypeDefinitionModifier and TypeMethodDescriptionDecoratingDynamicTypeBuilder.innerTypeOf
(MethodDescription.InDefinedShape methodDescription) Defines this type as an inner type that was declared within the supplied method or constructor.