Uses of Class
net.bytebuddy.description.type.TypeDescription.Generic.LazyProjection.WithEagerNavigation
-
Packages that use TypeDescription.Generic.LazyProjection.WithEagerNavigation Package Description net.bytebuddy.description.type Contains descriptions of Java types and packages. -
-
Uses of TypeDescription.Generic.LazyProjection.WithEagerNavigation in net.bytebuddy.description.type
Subclasses of TypeDescription.Generic.LazyProjection.WithEagerNavigation in net.bytebuddy.description.type Modifier and Type Class Description static classTypeDescription.Generic.LazyProjection.ForLoadedFieldTypeA lazy projection of a field's type.static classTypeDescription.Generic.LazyProjection.ForLoadedReturnTypeA lazy projection of a method's generic return type.static classTypeDescription.Generic.LazyProjection.OfConstructorParameterA lazy projection of the parameter type of aConstructor.static classTypeDescription.Generic.LazyProjection.OfMethodParameterA lazy projection of the parameter type of aMethod.protected static classTypeDescription.Generic.LazyProjection.WithEagerNavigation.OfAnnotatedElementA description of an annotated lazy type with eager navigation.static classTypeDescription.Generic.LazyProjection.WithResolvedErasureA lazy projection that applies a visitor only when resolving the generic type but not when reading the erasure.
-