Searched refs:staticTypes (Results 1 – 11 of 11) sorted by relevance
27 public abstract ImmutableCollection<TypeElement> staticTypes(); in staticTypes() method in CrossProfileProviderAnnotationInfo30 ImmutableCollection<TypeElement> staticTypes) { in create() argument31 return new AutoValue_CrossProfileProviderAnnotationInfo(staticTypes); in create()
45 types.addAll(staticTypes()); in allCrossProfileTypes()51 public abstract ImmutableCollection<CrossProfileTypeInfo> staticTypes(); in staticTypes() method in ProviderClassInfo107 Set<CrossProfileTypeInfo> staticTypes = in create() local108 provider.staticTypes().stream() in create()121 ImmutableSet.copyOf(staticTypes)); in create()
32 public abstract ImmutableCollection<TypeElement> staticTypes(); in staticTypes() method in ValidatorProviderClassInfo49 providerClassElement, ImmutableSet.copyOf(annotationInfo.staticTypes())); in create()
21 Class<?>[] staticTypes(); in staticTypes() method
20 @CrossProfileProvider(staticTypes = {NonInstantiableTestCrossProfileType.class})
37 Class<?>[] staticTypes() default {}; in staticTypes() method
45 GeneratorUtilities.extractClassesFromAnnotation(types, annotation::staticTypes))); in annotationInfoFromAnnotation()
100 for (CrossProfileTypeInfo crossProfileType : providerClass.staticTypes()) { in validateProviderClass()
377 foundProviderClasses.stream().flatMap(m -> m.staticTypes().stream()).collect(toSet())); in findAllCrossProfileMethods()379 newProviderClasses.stream().flatMap(m -> m.staticTypes().stream()).collect(toSet())); in findAllCrossProfileMethods()
604 for (TypeElement staticType : provider.staticTypes()) { in validateCrossProfileTypesAreProvided()657 if (!annotationInfo.staticTypes().isEmpty()) { in validateProviderMethods()