@HashCodeAndEqualsPlugin.Enhance protected static class TypePool.Default.LazyTypeDescription.AnnotationToken extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static interface |
TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution
A resolution for an annotation tokens.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AnnotationToken(String descriptor,
Map<String,AnnotationValue<?,?>> values)
Creates a new annotation token.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getBinaryName()
Returns the annotation type's binary name.
|
protected Map<String,AnnotationValue<?,?>> |
getValues()
Returns a map of annotation value names to their value representations.
|
protected AnnotationToken(String descriptor, Map<String,AnnotationValue<?,?>> values)
descriptor - The descriptor of the represented annotation.values - A map of annotation value names to their value representations.protected Map<String,AnnotationValue<?,?>> getValues()
protected String getBinaryName()
Copyright © 2014–2019. All rights reserved.