Searched defs:staticTypes (Results 1 – 6 of 6) sorted by relevance
48 public abstract ImmutableCollection<CrossProfileTypeInfo> staticTypes(); in staticTypes() method in ProviderClassInfo113 ImmutableSet<CrossProfileTypeInfo> staticTypes = staticTypesBuilder.build(); in create() local133 ImmutableSet<CrossProfileTypeInfo> staticTypes, in findConnector()
27 public abstract ImmutableCollection<TypeElement> staticTypes(); in staticTypes() method in CrossProfileProviderAnnotationInfo30 ImmutableCollection<TypeElement> staticTypes) { in create()
31 public abstract ImmutableCollection<TypeElement> staticTypes(); in staticTypes() method in ValidatorProviderClassInfo
21 Class<?>[] staticTypes(); in staticTypes() method
37 Class<?>[] staticTypes() default {}; in staticTypes() method