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 creatingTypeDescription
s 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 class
TypePool.Default.ComponentTypeLocator.ForAnnotationProperty.Bound
A bound representation of aTypePool.Default.ComponentTypeLocator.ForAnnotationProperty
.static class
TypePool.Default.ComponentTypeLocator.ForArrayType
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.ComponentTypeReference Modifier and Type Field Description private TypePool.AbstractBase.ComponentTypeReference
TypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForArray. componentTypeReference
A reference to the component type.private 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.ComponentTypeReference Modifier and Type Method Description TypePool.AbstractBase.ComponentTypeReference
TypePool.Default.ComponentTypeLocator. bind(java.lang.String name)
Binds this component type to a given property name of an annotation.TypePool.AbstractBase.ComponentTypeReference
TypePool.Default.ComponentTypeLocator.ForAnnotationProperty. bind(java.lang.String name)
Binds this component type to a given property name of an annotation.TypePool.AbstractBase.ComponentTypeReference
TypePool.Default.ComponentTypeLocator.ForArrayType. bind(java.lang.String name)
Binds this component type to a given property name of an annotation.TypePool.AbstractBase.ComponentTypeReference
TypePool.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.
-