Uses of Interface
net.bytebuddy.description.type.TypeDescription.SuperTypeLoading.ClassLoadingDelegate
-
Packages that use TypeDescription.SuperTypeLoading.ClassLoadingDelegate Package Description net.bytebuddy.agent.builder An agent builder is used to easily implement load-time class-transformations using a Java agent.net.bytebuddy.description.type 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.ClassLoadingDelegate Modifier and Type Class Description protected static class
AgentBuilder.DescriptionStrategy.SuperTypeLoading.Asynchronous.ThreadSwitchingClassLoadingDelegate
A class loading delegate that delegates loading of the super type to another thread.protected static class
AgentBuilder.DescriptionStrategy.SuperTypeLoading.UnlockingClassLoadingDelegate
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.ClassLoadingDelegate Modifier and Type Class Description static class
TypeDescription.SuperTypeLoading.ClassLoadingDelegate.Simple
A simple class loading delegate that simply loads a type.Fields in net.bytebuddy.description.type declared as TypeDescription.SuperTypeLoading.ClassLoadingDelegate Modifier and Type Field Description private TypeDescription.SuperTypeLoading.ClassLoadingDelegate
TypeDescription.SuperTypeLoading. classLoadingDelegate
A delegate for loading a type.private TypeDescription.SuperTypeLoading.ClassLoadingDelegate
TypeDescription.SuperTypeLoading.ClassLoadingTypeList. classLoadingDelegate
A delegate for loading a type.private 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.ClassLoadingDelegate Constructor Description ClassLoadingTypeList(TypeList.Generic delegate, java.lang.ClassLoader classLoader, TypeDescription.SuperTypeLoading.ClassLoadingDelegate classLoadingDelegate)
Creates a class loading type list.ClassLoadingTypeProjection(TypeDescription.Generic delegate, java.lang.ClassLoader classLoader, TypeDescription.SuperTypeLoading.ClassLoadingDelegate classLoadingDelegate)
Creates a class loading type description.SuperTypeLoading(TypeDescription delegate, java.lang.ClassLoader classLoader, TypeDescription.SuperTypeLoading.ClassLoadingDelegate classLoadingDelegate)
Creates a super type loading type description.
-