public class AnnotationDescriptor
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AnnotationDescriptor.Builder |
| Constructor and Description |
|---|
AnnotationDescriptor(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType) |
| Modifier and Type | Method and Description |
|---|---|
static AnnotationDescriptor.Builder |
builder() |
static AnnotationDescriptor.Builder |
builder(java.lang.Class<? extends java.lang.annotation.Annotation> type) |
boolean |
containsElement(java.lang.String elementName) |
java.util.Set<java.lang.String> |
keys() |
int |
numberOfElements() |
void |
setValue(java.lang.String elementName,
java.lang.Object value) |
java.lang.Class<? extends java.lang.annotation.Annotation> |
type() |
java.lang.Object |
valueOf(java.lang.String elementName) |
public AnnotationDescriptor(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
public void setValue(java.lang.String elementName,
java.lang.Object value)
public java.lang.Object valueOf(java.lang.String elementName)
public boolean containsElement(java.lang.String elementName)
public java.util.Set<java.lang.String> keys()
public int numberOfElements()
public java.lang.Class<? extends java.lang.annotation.Annotation> type()
public static AnnotationDescriptor.Builder builder()
public static AnnotationDescriptor.Builder builder(java.lang.Class<? extends java.lang.annotation.Annotation> type)