Uses of Class
net.bytebuddy.description.type.TypeDescription.Generic.LazyProjection.WithLazyNavigation
Packages that use TypeDescription.Generic.LazyProjection.WithLazyNavigation
Package
Description
Contains descriptions of Java types and packages.
Classes of this package allow for the creating
TypeDescription
s 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.typeModifier and TypeClassDescriptionstatic class
A lazy projection of a generic super type.protected static class
A lazy interface type description for a lazy projection.protected static class
A lazy super class description for a lazy projection.protected static class
A description of an annotated lazy type with lazy navigation.private static class
A type projection of an interface type. -
Uses of TypeDescription.Generic.LazyProjection.WithLazyNavigation in net.bytebuddy.pool
Modifier and TypeClassDescriptionprivate class
Represents a lazy interface of an extended lazy type description.private class
Represents a lazy super class of a type description with extended laziness.