Uses of Interface
net.bytebuddy.description.type.TypeDescription.SuperTypeLoading.ClassLoadingDelegate
Packages that use TypeDescription.SuperTypeLoading.ClassLoadingDelegate
Package
Description
An agent builder is used to easily implement load-time class-transformations using a Java agent.
Contains descriptions of Java types and packages.
-
Uses of TypeDescription.SuperTypeLoading.ClassLoadingDelegate in net.bytebuddy.agent.builder
Classes in net.bytebuddy.agent.builder that implement TypeDescription.SuperTypeLoading.ClassLoadingDelegateModifier and TypeClassDescriptionprotected static class
A class loading delegate that delegates loading of the super type to another thread.protected static class
A class loading delegate that unlocks the circularity lock during class loading. -
Uses of TypeDescription.SuperTypeLoading.ClassLoadingDelegate in net.bytebuddy.description.type
Classes in net.bytebuddy.description.type that implement TypeDescription.SuperTypeLoading.ClassLoadingDelegateModifier and TypeClassDescriptionstatic enum
A simple class loading delegate that simply loads a type.Fields in net.bytebuddy.description.type declared as TypeDescription.SuperTypeLoading.ClassLoadingDelegateModifier and TypeFieldDescriptionprivate final TypeDescription.SuperTypeLoading.ClassLoadingDelegate
TypeDescription.SuperTypeLoading.classLoadingDelegate
A delegate for loading a type.private final TypeDescription.SuperTypeLoading.ClassLoadingDelegate
TypeDescription.SuperTypeLoading.ClassLoadingTypeList.classLoadingDelegate
A delegate for loading a type.private final TypeDescription.SuperTypeLoading.ClassLoadingDelegate
TypeDescription.SuperTypeLoading.ClassLoadingTypeProjection.classLoadingDelegate
A delegate for loading a type.Constructors in net.bytebuddy.description.type with parameters of type TypeDescription.SuperTypeLoading.ClassLoadingDelegateModifierConstructorDescriptionprotected
ClassLoadingTypeList
(TypeList.Generic delegate, ClassLoader classLoader, TypeDescription.SuperTypeLoading.ClassLoadingDelegate classLoadingDelegate) Creates a class loading type list.protected
ClassLoadingTypeProjection
(TypeDescription.Generic delegate, ClassLoader classLoader, TypeDescription.SuperTypeLoading.ClassLoadingDelegate classLoadingDelegate) Creates a class loading type description.SuperTypeLoading
(TypeDescription delegate, ClassLoader classLoader, TypeDescription.SuperTypeLoading.ClassLoadingDelegate classLoadingDelegate) Creates a super type loading type description.