Uses of Interface
net.bytebuddy.pool.TypePool.AbstractBase.ComponentTypeReference
-
Packages that use TypePool.AbstractBase.ComponentTypeReference Package Description net.bytebuddy.pool Classes of this package allow for the creatingTypeDescriptions without loading any classes. -
-
Uses of TypePool.AbstractBase.ComponentTypeReference in net.bytebuddy.pool
Classes in net.bytebuddy.pool that implement TypePool.AbstractBase.ComponentTypeReference Modifier and Type Class Description protected classTypePool.Default.ComponentTypeLocator.ForAnnotationProperty.BoundA bound representation of aTypePool.Default.ComponentTypeLocator.ForAnnotationProperty.static classTypePool.Default.ComponentTypeLocator.ForArrayTypeA 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.ComponentTypeReference Modifier and Type Field Description private TypePool.AbstractBase.ComponentTypeReferenceTypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForArray. componentTypeReferenceA reference to the component type.private 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.ComponentTypeReference Modifier and Type Method Description TypePool.AbstractBase.ComponentTypeReferenceTypePool.Default.ComponentTypeLocator. bind(java.lang.String name)Binds this component type to a given property name of an annotation.TypePool.AbstractBase.ComponentTypeReferenceTypePool.Default.ComponentTypeLocator.ForAnnotationProperty. bind(java.lang.String name)Binds this component type to a given property name of an annotation.TypePool.AbstractBase.ComponentTypeReferenceTypePool.Default.ComponentTypeLocator.ForArrayType. bind(java.lang.String name)Binds this component type to a given property name of an annotation.TypePool.AbstractBase.ComponentTypeReferenceTypePool.Default.ComponentTypeLocator.Illegal. bind(java.lang.String name)Binds this component type to a given property name of an annotation.Constructors in net.bytebuddy.pool with parameters of type TypePool.AbstractBase.ComponentTypeReference Constructor Description ArrayLookup(java.lang.String name, TypePool.AbstractBase.ComponentTypeReference componentTypeReference)Creates a new annotation registrant for an array lookup.ForArray(TypePool typePool, TypePool.AbstractBase.ComponentTypeReference componentTypeReference, java.util.List<AnnotationValue<?,?>> values)Creates a lazy projection for a non-primitive array.
-