Uses of Interface
net.bytebuddy.pool.TypePool.AbstractBase.RawDescriptionArray.ComponentTypeReference
-
Packages that use TypePool.AbstractBase.RawDescriptionArray.ComponentTypeReference Package Description net.bytebuddy.pool Classes of this package allow for the creatingTypeDescriptions without loading any classes. -
-
Uses of TypePool.AbstractBase.RawDescriptionArray.ComponentTypeReference in net.bytebuddy.pool
Classes in net.bytebuddy.pool that implement TypePool.AbstractBase.RawDescriptionArray.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.Methods in net.bytebuddy.pool that return TypePool.AbstractBase.RawDescriptionArray.ComponentTypeReference Modifier and Type Method Description TypePool.AbstractBase.RawDescriptionArray.ComponentTypeReferenceTypePool.Default.ComponentTypeLocator. bind(java.lang.String name)Binds this component type to a given property name of an annotation.TypePool.AbstractBase.RawDescriptionArray.ComponentTypeReferenceTypePool.Default.ComponentTypeLocator.ForAnnotationProperty. bind(java.lang.String name)TypePool.AbstractBase.RawDescriptionArray.ComponentTypeReferenceTypePool.Default.ComponentTypeLocator.ForArrayType. bind(java.lang.String name)TypePool.AbstractBase.RawDescriptionArray.ComponentTypeReferenceTypePool.Default.ComponentTypeLocator.Illegal. bind(java.lang.String name)Constructors in net.bytebuddy.pool with parameters of type TypePool.AbstractBase.RawDescriptionArray.ComponentTypeReference Constructor Description ArrayLookup(java.lang.String name, TypePool.AbstractBase.RawDescriptionArray.ComponentTypeReference componentTypeReference)Creates a new annotation registrant for an array lookup.RawDescriptionArray(TypePool typePool, TypePool.AbstractBase.RawDescriptionArray.ComponentTypeReference componentTypeReference, java.util.List<AnnotationValue<?,?>> values)Creates a new array value representation of a complex array.
-