Uses of Interface
net.bytebuddy.dynamic.TypeResolutionStrategy
Packages that use TypeResolutionStrategy
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 TypeResolutionStrategy in net.bytebuddy.dynamic
Classes in net.bytebuddy.dynamic that implement TypeResolutionStrategyModifier and TypeClassDescriptionstatic class
A type resolution strategy that applies allLoadedTypeInitializer
as a part of class loading using reflection.static enum
A type resolution strategy that does not allow for explicit loading of a class and that does not inject any code into the type initializer.static enum
A type resolution strategy that does not apply anyLoadedTypeInitializer
s but only loads all types.static enum
A type resolution strategy that applies allLoadedTypeInitializer
after class loading using reflection.Methods in net.bytebuddy.dynamic with parameters of type TypeResolutionStrategyModifier and TypeMethodDescriptionDynamicType.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.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. -
Uses of TypeResolutionStrategy in net.bytebuddy.dynamic.scaffold.inline
Methods in net.bytebuddy.dynamic.scaffold.inline with parameters of type TypeResolutionStrategyModifier 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 TypeResolutionStrategy in net.bytebuddy.dynamic.scaffold.subclass
Methods in net.bytebuddy.dynamic.scaffold.subclass with parameters of type TypeResolutionStrategyModifier 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.