public final class ElementConverter extends Object
| Modifier and Type | Method and Description |
|---|---|
static AnnotationValueInfo |
convert(String simpleName,
Object value,
String type)
Converts an annotation element object to an AnnotationValueInfo object.
|
public static AnnotationValueInfo convert(String simpleName, Object value, String type)
simpleName - the name of the annotationvalue - the value of the annotationtype - the type of the annotationCopyright © 2015. All rights reserved.