Package net.bytebuddy.pool
Class TypePool.Default.ComponentTypeLocator.ForAnnotationProperty.Bound
- java.lang.Object
-
- net.bytebuddy.pool.TypePool.Default.ComponentTypeLocator.ForAnnotationProperty.Bound
-
- All Implemented Interfaces:
TypePool.AbstractBase.ComponentTypeReference
- Enclosing class:
- TypePool.Default.ComponentTypeLocator.ForAnnotationProperty
@Enhance(includeSyntheticFields=true) protected class TypePool.Default.ComponentTypeLocator.ForAnnotationProperty.Bound extends java.lang.Object implements TypePool.AbstractBase.ComponentTypeReference
A bound representation of aTypePool.Default.ComponentTypeLocator.ForAnnotationProperty
.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
name
The name of the annotation property.
-
Constructor Summary
Constructors Modifier Constructor Description protected
Bound(java.lang.String name)
Creates a new bound component type locator for an annotation property.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
lookup()
Lazily returns the binary name of the array component type of an annotation value.
-
-
-
Method Detail
-
lookup
public java.lang.String lookup()
Lazily returns the binary name of the array component type of an annotation value.- Specified by:
lookup
in interfaceTypePool.AbstractBase.ComponentTypeReference
- Returns:
- The binary name of the component type.
-
-