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 classA class loading delegate that delegates loading of the super type to another thread.protected static classA 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 enumA 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.ClassLoadingDelegateTypeDescription.SuperTypeLoading.classLoadingDelegateA delegate for loading a type.private final TypeDescription.SuperTypeLoading.ClassLoadingDelegateTypeDescription.SuperTypeLoading.ClassLoadingTypeList.classLoadingDelegateA delegate for loading a type.private final TypeDescription.SuperTypeLoading.ClassLoadingDelegateTypeDescription.SuperTypeLoading.ClassLoadingTypeProjection.classLoadingDelegateA delegate for loading a type.Constructors in net.bytebuddy.description.type with parameters of type TypeDescription.SuperTypeLoading.ClassLoadingDelegateModifierConstructorDescriptionprotectedClassLoadingTypeList(TypeList.Generic delegate, ClassLoader classLoader, TypeDescription.SuperTypeLoading.ClassLoadingDelegate classLoadingDelegate) Creates a class loading type list.protectedClassLoadingTypeProjection(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.