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 Object implements TypePool.AbstractBase.ComponentTypeReference
A bound representation of aTypePool.Default.ComponentTypeLocator.ForAnnotationProperty
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
lookup()
Lazily returns the binary name of the array component type of an annotation value.
-
-
-
Constructor Detail
-
Bound
protected Bound(String name)
Creates a new bound component type locator for an annotation property.- Parameters:
name
- The name of the annotation property.
-
-
Method Detail
-
lookup
public 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.
-
-