ValueInfo.Kind
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ClassInfo |
getDeclaringClass()
Returns the annotation type.
|
Map<String,ValueInfo> |
getElements()
Returns the elements.
|
ValueInfo.Kind |
getKind()
Returns the type of this value.
|
String |
getObject()
Returns the value as
Object . |
int |
hashCode() |
static AnnotationInfo |
of(ClassInfo declaringClass,
Map<String,? extends ValueInfo> elements)
Returns an instance for the annotation.
|
String |
toString() |
public static AnnotationInfo of(ClassInfo declaringClass, Map<String,? extends ValueInfo> elements)
declaringClass
- the annotation typeelements
- the annotation memberspublic ValueInfo.Kind getKind()
ValueInfo
public String getObject()
ValueInfo
Object
.public ClassInfo getDeclaringClass()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.