Uses of Interface
net.bytebuddy.pool.TypePool.AbstractBase.ComponentTypeReference
Packages that use TypePool.AbstractBase.ComponentTypeReference
Package
Description
Classes of this package allow for the creating
TypeDescriptions without
loading any classes.-
Uses of TypePool.AbstractBase.ComponentTypeReference in net.bytebuddy.pool
Classes in net.bytebuddy.pool that implement TypePool.AbstractBase.ComponentTypeReferenceModifier and TypeClassDescriptionprotected classA bound representation of aTypePool.Default.ComponentTypeLocator.ForAnnotationProperty.static classA component type locator that locates an array type by a method's return value from its method descriptor.Fields in net.bytebuddy.pool declared as TypePool.AbstractBase.ComponentTypeReferenceModifier and TypeFieldDescriptionprivate final TypePool.AbstractBase.ComponentTypeReferenceTypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForArray.componentTypeReferenceA reference to the component type.private final TypePool.AbstractBase.ComponentTypeReferenceTypePool.Default.TypeExtractor.AnnotationExtractor.ArrayLookup.componentTypeReferenceA lazy reference to resolve the component type of the collected array.Methods in net.bytebuddy.pool that return TypePool.AbstractBase.ComponentTypeReferenceModifier and TypeMethodDescriptionBinds this component type to a given property name of an annotation.Binds this component type to a given property name of an annotation.Binds this component type to a given property name of an annotation.Binds this component type to a given property name of an annotation.Constructors in net.bytebuddy.pool with parameters of type TypePool.AbstractBase.ComponentTypeReferenceModifierConstructorDescriptionprivateArrayLookup(String name, TypePool.AbstractBase.ComponentTypeReference componentTypeReference) Creates a new annotation registrant for an array lookup.privateForArray(TypePool typePool, TypePool.AbstractBase.ComponentTypeReference componentTypeReference, List<AnnotationValue<?, ?>> values) Creates a lazy projection for a non-primitive array.