Searched refs:getAnnotationValues (Results 1 – 6 of 6) sorted by relevance
346 Processors.getAnnotationValues(elements, aggregatedDeps); in create()390 AnnotationValues.getAnnotationValues(componentsValue).stream() in getComponents()416 if (!AnnotationValues.getAnnotationValues(modulesValue).isEmpty()) { in getDependencyType()419 if (!AnnotationValues.getAnnotationValues(entryPointsValue).isEmpty()) { in getDependencyType()422 if (!AnnotationValues.getAnnotationValues(componentEntryPointsValue).isEmpty()) { in getDependencyType()441 .addAll(AnnotationValues.getAnnotationValues(modulesValue)) in getDependency()442 .addAll(AnnotationValues.getAnnotationValues(entryPointsValue)) in getDependency()443 .addAll(AnnotationValues.getAnnotationValues(componentEntryPointsValue)) in getDependency()452 : AnnotationValues.getAnnotationValues(replacedDependenciesValue).stream() in getReplacedDependencies()
145 return getAnnotationValues(getAnnotationValue(annotation, valueName)).stream() in getIntArrayValue()152 return getAnnotationValues(getAnnotationValue(annotation, valueName)).stream() in getStringArrayValue()167 public static ImmutableList<AnnotationValue> getAnnotationValues( in getAnnotationValues() method in AnnotationValues
92 public static ImmutableMap<String, AnnotationValue> getAnnotationValues(Elements elements, in getAnnotationValues() method in Processors
127 protected final ImmutableList<AnnotationValue> getAnnotationValues(String parameterName) { in getAnnotationValues() method in ComponentAnnotation220 return isSubcomponent() ? ImmutableList.of() : getAnnotationValues("dependencies"); in dependencyValues()243 return getAnnotationValues("modules"); in moduleValues()
242 public void getAnnotationValues() { in getAnnotationValues() method in AnnotationValuesTest244 ImmutableList<AnnotationValue> values = AnnotationValues.getAnnotationValues(value); in getAnnotationValues()
483 public static ImmutableList<AnnotationValue> getAnnotationValues(AnnotationValue value) { in getAnnotationValues() method in AnnotationValues