Object AnnotationUtils.Companion
-
- All Implemented Interfaces:
public class AnnotationUtils.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static AnnotationUtils.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final Map<String, Object>elementValuesToMap(List<AnnotationMirror> annotationMirrors, ClassName className)final Map<String, Object>elementValuesToMap(Map<out ExecutableElement, AnnotationValue> elementValues)-
-
Method Detail
-
elementValuesToMap
final Map<String, Object> elementValuesToMap(List<AnnotationMirror> annotationMirrors, ClassName className)
-
elementValuesToMap
final Map<String, Object> elementValuesToMap(Map<out ExecutableElement, AnnotationValue> elementValues)
-
-
-
-