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.
-
Uses of DynamicType.Unloaded in net.bytebuddy.dynamic
Classes in net.bytebuddy.dynamic that implement DynamicType.UnloadedModifier and TypeClassDescriptionstatic classA 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.AbstractBase.UsingTypeWriter.make(TypeResolutionStrategy typeResolutionStrategy) Creates the dynamic type this builder represents.DynamicType.Builder.AbstractBase.UsingTypeWriter.make(TypeResolutionStrategy typeResolutionStrategy, TypePool typePool) 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.