Uses of Class
net.bytebuddy.description.type.TypeDescription.Generic.LazyProjection.WithEagerNavigation
Packages that use TypeDescription.Generic.LazyProjection.WithEagerNavigation
Package
Description
Contains descriptions of Java types and packages.
Classes of this package allow for the creating
TypeDescriptions without
loading any classes.-
Uses of TypeDescription.Generic.LazyProjection.WithEagerNavigation in net.bytebuddy.description.type
Subclasses of TypeDescription.Generic.LazyProjection.WithEagerNavigation in net.bytebuddy.description.typeModifier and TypeClassDescriptionstatic classA lazy projection of a field's type.static classA lazy projection of a method's generic return type.static classA lazy projection of the parameter type of aConstructor.static classA lazy projection of the parameter type of aMethod.static classA lazy projection of ajava.lang.reflect.RecordComponent's type.protected static classA description of an annotated lazy type with eager navigation.static classA lazy projection that applies a visitor only when resolving the generic type but not when reading the erasure.private static classA projection of a specific exception type.private static classA projection of a specific exception type. -
Uses of TypeDescription.Generic.LazyProjection.WithEagerNavigation in net.bytebuddy.pool
Modifier and TypeClassDescriptionprotected static classA representation of a generic type that is described by aTypePool.Default.LazyTypeDescription.GenericTypeToken.protected static classA lazy description of a non-well-defined described generic type.