Class TypePool.Default.LazyTypeDescription.AnnotationToken
java.lang.Object
net.bytebuddy.pool.TypePool.Default.LazyTypeDescription.AnnotationToken
- Enclosing class:
TypePool.Default.LazyTypeDescription
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static interfaceA resolution for an annotation tokens. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAnnotationToken(String descriptor, Map<String, AnnotationValue<?, ?>> values) Creates a new annotation token. -
Method Summary
-
Constructor Details
-
AnnotationToken
Creates a new annotation token.- Parameters:
descriptor- The descriptor of the represented annotation.values- A map of annotation value names to their value representations.
-
-
Method Details
-
getBinaryName
Returns the annotation type's binary name.- Returns:
- The annotation type's binary name.
-