| Package | Description |
|---|---|
| net.bytebuddy.pool |
Classes of this package allow for the creating
TypeDescriptions without
loading any classes. |
| Modifier and Type | Method and Description |
|---|---|
protected List<TypePool.LazyTypeDescription.AnnotationToken> |
TypePool.LazyTypeDescription.FieldToken.getAnnotationTokens()
Returns a list of annotation tokens of the represented field.
|
protected List<TypePool.LazyTypeDescription.AnnotationToken> |
TypePool.LazyTypeDescription.MethodToken.getAnnotationTokens()
Returns a list of annotation tokens declared by the represented method.
|
protected Map<Integer,List<TypePool.LazyTypeDescription.AnnotationToken>> |
TypePool.LazyTypeDescription.MethodToken.getParameterAnnotationTokens()
Returns a map of parameter type indices to a list of annotation tokens representing these annotations.
|
| Constructor and Description |
|---|
RawAnnotationValue(TypePool typePool,
TypePool.LazyTypeDescription.AnnotationToken annotationToken)
Creates a new annotation value for a nested annotation.
|
Copyright © 2014–2015. All rights reserved.