Uses of Class
net.bytebuddy.description.type.TypeDescription.Generic.LazyProjection.WithLazyNavigation
-
Packages that use TypeDescription.Generic.LazyProjection.WithLazyNavigation Package Description net.bytebuddy.description.type Contains descriptions of Java types and packages.net.bytebuddy.pool Classes of this package allow for the creatingTypeDescriptions without loading any classes. -
-
Uses of TypeDescription.Generic.LazyProjection.WithLazyNavigation in net.bytebuddy.description.type
Subclasses of TypeDescription.Generic.LazyProjection.WithLazyNavigation in net.bytebuddy.description.type Modifier and Type Class Description static classTypeDescription.Generic.LazyProjection.ForLoadedSuperClassA lazy projection of a generic super type.protected static classTypeDescription.Generic.LazyProjection.WithLazyNavigation.LazyInterfaceTypeA lazy interface type description for a lazy projection.protected static classTypeDescription.Generic.LazyProjection.WithLazyNavigation.LazySuperClassA lazy super class description for a lazy projection.protected static classTypeDescription.Generic.LazyProjection.WithLazyNavigation.OfAnnotatedElementA description of an annotated lazy type with lazy navigation.private static classTypeList.Generic.OfLoadedInterfaceTypes.TypeProjectionA type projection of an interface type. -
Uses of TypeDescription.Generic.LazyProjection.WithLazyNavigation in net.bytebuddy.pool
Subclasses of TypeDescription.Generic.LazyProjection.WithLazyNavigation in net.bytebuddy.pool Modifier and Type Class Description private classTypePool.Default.WithLazyResolution.ExtendedLazyTypeDescription.LazyInterfaceRepresents a lazy interface of an extended lazy type description.private classTypePool.Default.WithLazyResolution.ExtendedLazyTypeDescription.LazySuperClassRepresents a lazy super class of a type description with extended laziness.
-