Uses of Class
net.bytebuddy.description.type.TypeDescription.Generic.LazyProjection
-
Packages that use TypeDescription.Generic.LazyProjection 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 in net.bytebuddy.description.type
Subclasses of TypeDescription.Generic.LazyProjection 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.ForLoadedSuperClassA lazy projection of a generic super 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.static classTypeDescription.Generic.LazyProjection.OfRecordComponentA lazy projection of ajava.lang.reflect.RecordComponent's type.static classTypeDescription.Generic.LazyProjection.WithEagerNavigationA lazy projection of a type that resolves super class and interface types eagerly.protected static classTypeDescription.Generic.LazyProjection.WithEagerNavigation.OfAnnotatedElementA description of an annotated lazy type with eager navigation.static classTypeDescription.Generic.LazyProjection.WithLazyNavigationA lazy projection of a type with a lazy resolution of super class and interface types.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.static classTypeDescription.Generic.LazyProjection.WithResolvedErasureA lazy projection that applies a visitor only when resolving the generic type but not when reading the erasure.protected static classTypeDescription.SuperTypeLoading.ClassLoadingTypeProjectionA type projection that attempts to load any super type of the delegate type.private static classTypeList.Generic.OfConstructorExceptionTypes.TypeProjectionA projection of a specific exception type.private static classTypeList.Generic.OfLoadedInterfaceTypes.TypeProjectionA type projection of an interface type.private static classTypeList.Generic.OfMethodExceptionTypes.TypeProjectionA projection of a specific exception type.Fields in net.bytebuddy.description.type declared as TypeDescription.Generic.LazyProjection Modifier and Type Field Description private TypeDescription.Generic.LazyProjectionTypeDescription.Generic.LazyProjection.WithLazyNavigation.LazyInterfaceList. delegateThe lazy projection for which this description is a delegate.private TypeDescription.Generic.LazyProjectionTypeDescription.Generic.LazyProjection.WithLazyNavigation.LazyInterfaceType. delegateThe lazy projection for which this description is a delegate.private 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.LazyProjection Modifier and Type Method Description protected 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.LazyProjection Constructor Description LazyInterfaceList(TypeDescription.Generic.LazyProjection delegate, TypeList.Generic rawInterfaces)Creates a new lazy interface list.LazyInterfaceType(TypeDescription.Generic.LazyProjection delegate, int index, TypeDescription.Generic rawInterface)Creates a new lazy interface type.LazySuperClass(TypeDescription.Generic.LazyProjection delegate)Creates a new lazy super class description. -
Uses of TypeDescription.Generic.LazyProjection in net.bytebuddy.pool
Subclasses of TypeDescription.Generic.LazyProjection in net.bytebuddy.pool Modifier and Type Class Description protected static classTypePool.Default.LazyTypeDescription.TokenizedGenericTypeA representation of a generic type that is described by aTypePool.Default.LazyTypeDescription.GenericTypeToken.protected static classTypePool.Default.LazyTypeDescription.TokenizedGenericType.MalformedA lazy description of a non-well-defined described generic type.
-