Uses of Interface
net.bytebuddy.dynamic.DynamicType.Unloaded
Packages that use DynamicType.Unloaded
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.
This package contains helper types and implementations that are responsible for the actual writing of a byte array
representing a Java class.
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.Unloaded in net.bytebuddy.dynamic
Classes in net.bytebuddy.dynamic that implement DynamicType.UnloadedModifier and TypeClassDescriptionstatic class
A default implementation of an unloaded dynamic type.Methods in net.bytebuddy.dynamic that return DynamicType.UnloadedModifier and TypeMethodDescriptionDynamicType.Default.Unloaded.include
(List<? extends DynamicType> dynamicType) Includes the provided dynamic types as auxiliary types of this instance.DynamicType.Default.Unloaded.include
(DynamicType... dynamicType) Includes the provided dynamic types as auxiliary types of this instance.DynamicType.Unloaded.include
(List<? extends DynamicType> dynamicTypes) Includes the provided dynamic types as auxiliary types of this instance.DynamicType.Unloaded.include
(DynamicType... dynamicType) Includes the provided dynamic types as auxiliary types of this instance.DynamicType.Builder.AbstractBase.Delegator.make()
Creates the dynamic type this builder represents.DynamicType.Builder.AbstractBase.Delegator.make
(TypeResolutionStrategy typeResolutionStrategy) Creates the dynamic type this builder represents.DynamicType.Builder.AbstractBase.Delegator.make
(TypeResolutionStrategy typeResolutionStrategy, TypePool typePool) Creates the dynamic type this builder represents.Creates the dynamic type this builder represents.DynamicType.Builder.AbstractBase.make()
Creates the dynamic type this builder represents.Creates the dynamic type this builder represents.DynamicType.Builder.make()
Creates the dynamic type this builder represents.DynamicType.Builder.make
(TypeResolutionStrategy typeResolutionStrategy) Creates the dynamic type this builder represents.DynamicType.Builder.make
(TypeResolutionStrategy typeResolutionStrategy, TypePool typePool) Creates the dynamic type this builder represents.Creates the dynamic type this builder represents. -
Uses of DynamicType.Unloaded in net.bytebuddy.dynamic.scaffold
Methods in net.bytebuddy.dynamic.scaffold that return DynamicType.UnloadedModifier and TypeMethodDescriptionTypeWriter.Default.make
(TypeResolutionStrategy.Resolved typeResolutionStrategy) Creates the dynamic type that is described by this type writer.TypeWriter.make
(TypeResolutionStrategy.Resolved typeResolver) Creates the dynamic type that is described by this type writer.protected DynamicType.Unloaded<S>
TypeWriter.Default.UnresolvedType.toDynamicType
(TypeResolutionStrategy.Resolved typeResolutionStrategy) Resolves this type to a dynamic type. -
Uses of DynamicType.Unloaded in net.bytebuddy.dynamic.scaffold.inline
Methods in net.bytebuddy.dynamic.scaffold.inline that return DynamicType.UnloadedModifier and TypeMethodDescriptionAbstractInliningDynamicTypeBuilder.make
(TypeResolutionStrategy typeResolutionStrategy) Creates the dynamic type this builder represents.DecoratingDynamicTypeBuilder.make
(TypeResolutionStrategy typeResolutionStrategy) Creates the dynamic type this builder represents.DecoratingDynamicTypeBuilder.make
(TypeResolutionStrategy typeResolutionStrategy, TypePool typePool) Creates the dynamic type this builder represents.RebaseDynamicTypeBuilder.make
(TypeResolutionStrategy typeResolutionStrategy, TypePool typePool) Creates the dynamic type this builder represents.RedefinitionDynamicTypeBuilder.make
(TypeResolutionStrategy typeResolutionStrategy, TypePool typePool) Creates the dynamic type this builder represents. -
Uses of DynamicType.Unloaded in net.bytebuddy.dynamic.scaffold.subclass
Methods in net.bytebuddy.dynamic.scaffold.subclass that return DynamicType.UnloadedModifier and TypeMethodDescriptionSubclassDynamicTypeBuilder.make
(TypeResolutionStrategy typeResolutionStrategy) Creates the dynamic type this builder represents.SubclassDynamicTypeBuilder.make
(TypeResolutionStrategy typeResolutionStrategy, TypePool typePool) Creates the dynamic type this builder represents.