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
TypeDescription
s 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 class
A bound representation of aTypePool.Default.ComponentTypeLocator.ForAnnotationProperty
.static class
A 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.ComponentTypeReference
TypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForArray.componentTypeReference
A reference to the component type.private final TypePool.AbstractBase.ComponentTypeReference
TypePool.Default.TypeExtractor.AnnotationExtractor.ArrayLookup.componentTypeReference
A 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.ComponentTypeReferenceModifierConstructorDescriptionprivate
ArrayLookup
(String name, TypePool.AbstractBase.ComponentTypeReference componentTypeReference) Creates a new annotation registrant for an array lookup.private
ForArray
(TypePool typePool, TypePool.AbstractBase.ComponentTypeReference componentTypeReference, List<AnnotationValue<?, ?>> values) Creates a lazy projection for a non-primitive array.