Searched defs:AnnotationValue (Results 1 – 2 of 2) sorted by relevance
99 fun AnnotationValue.toListOfClassTypes(): List<TypeMirror> { in AnnotationValue() method103 fun AnnotationValue.toType(): TypeMirror { in toType() method107 fun AnnotationValue.toClassType(): TypeMirror? { in toClassType() method153 fun AnnotationValue.getAsInt(def: Int? = null): Int? { in AnnotationValue() method157 fun AnnotationValue.getAsString(def: String? = null): String? { in AnnotationValue() method161 fun AnnotationValue.getAsBoolean(def: Boolean): Boolean { in getAsBoolean() method165 fun AnnotationValue.getAsStringList(): List<String> { in AnnotationValue() method
19 public enum AnnotationValue { enum