protected static class TypePool.LazyTypeDescription.AnnotationToken extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AnnotationToken(String descriptor,
Map<String,AnnotationDescription.AnnotationValue<?,?>> values)
Creates a new annotation token.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getDescriptor()
Returns the descriptor of the represented annotation.
|
Map<String,AnnotationDescription.AnnotationValue<?,?>> |
getValues()
Returns a map of annotation value names to their value representations.
|
int |
hashCode() |
String |
toString() |
protected AnnotationToken(String descriptor, Map<String,AnnotationDescription.AnnotationValue<?,?>> values)
descriptor - The descriptor of the represented annotation.values - A map of annotation value names to their value representations.public String getDescriptor()
public Map<String,AnnotationDescription.AnnotationValue<?,?>> getValues()
Copyright © 2014–2015. All rights reserved.