Uses of Class
net.bytebuddy.description.type.TypeDescription.Generic.LazyProjection
Packages that use TypeDescription.Generic.LazyProjection
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 in net.bytebuddy.description.type
Subclasses of TypeDescription.Generic.LazyProjection 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 a generic super 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.static classA lazy projection of a type that resolves super class and interface types eagerly.protected static classA description of an annotated lazy type with eager navigation.static classA lazy projection of a type with a lazy resolution of super class and interface types.protected static classA lazy interface type description for a lazy projection.protected static classA lazy super class description for a lazy projection.protected static classA description of an annotated lazy type with lazy navigation.static classA lazy projection that applies a visitor only when resolving the generic type but not when reading the erasure.protected static classA type projection that attempts to load any super type of the delegate type.private static classA projection of a specific exception type.private static classA type projection of an interface type.private static classA projection of a specific exception type.Fields in net.bytebuddy.description.type declared as TypeDescription.Generic.LazyProjectionModifier and TypeFieldDescriptionprivate final TypeDescription.Generic.LazyProjectionTypeDescription.Generic.LazyProjection.WithLazyNavigation.LazyInterfaceList.delegateThe lazy projection for which this description is a delegate.private final TypeDescription.Generic.LazyProjectionTypeDescription.Generic.LazyProjection.WithLazyNavigation.LazyInterfaceType.delegateThe lazy projection for which this description is a delegate.private final TypeDescription.Generic.LazyProjectionTypeDescription.Generic.LazyProjection.WithLazyNavigation.LazySuperClass.delegateThe lazy projection for which this description is a delegate.Methods in net.bytebuddy.description.type with parameters of type TypeDescription.Generic.LazyProjectionModifier and TypeMethodDescriptionprotected static TypeList.GenericTypeDescription.Generic.LazyProjection.WithLazyNavigation.LazyInterfaceList.of(TypeDescription.Generic.LazyProjection delegate) Resolves a lazy interface list.protected static TypeDescription.GenericTypeDescription.Generic.LazyProjection.WithLazyNavigation.LazySuperClass.of(TypeDescription.Generic.LazyProjection delegate) Resolves a lazy super class description.Constructors in net.bytebuddy.description.type with parameters of type TypeDescription.Generic.LazyProjectionModifierConstructorDescriptionprotectedLazyInterfaceList(TypeDescription.Generic.LazyProjection delegate, TypeList.Generic rawInterfaces) Creates a new lazy interface list.protectedLazyInterfaceType(TypeDescription.Generic.LazyProjection delegate, int index, TypeDescription.Generic rawInterface) Creates a new lazy interface type.protectedCreates a new lazy super class description. -
Uses of TypeDescription.Generic.LazyProjection in net.bytebuddy.pool
Subclasses of TypeDescription.Generic.LazyProjection in net.bytebuddy.poolModifier 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.private classRepresents a lazy interface of an extended lazy type description.private classRepresents a lazy super class of a type description with extended laziness.