Package net.bytebuddy.pool
Interface TypePool.AbstractBase.ComponentTypeReference
-
- All Known Implementing Classes:
TypePool.Default.ComponentTypeLocator.ForAnnotationProperty.Bound
,TypePool.Default.ComponentTypeLocator.ForArrayType
- Enclosing class:
- TypePool.AbstractBase
protected static interface TypePool.AbstractBase.ComponentTypeReference
A lazy representation of the component type of an array.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
lookup()
Lazily returns the binary name of the array component type of an annotation value.
-