Searched defs:futureWrappers (Results 1 – 9 of 9) sorted by relevance
78 Set<TypeElement> futureWrappers = new HashSet<>(annotationInfo.futureWrapperClasses()); in create() local124 Collection<TypeElement> futureWrappers = in extractFromCustomUserConnectorAnnotation() local
85 Set<TypeElement> futureWrappers = new HashSet<>(annotationInfo.futureWrapperClasses()); in create() local133 Collection<TypeElement> futureWrappers = in extractFromCustomProfileConnectorAnnotation() local
39 Class<?>[] futureWrappers() default {}; in futureWrappers() method
68 Class<?>[] futureWrappers() default {}; in futureWrappers() method
58 Class<?>[] futureWrappers() default {}; in futureWrappers() method
31 Class<?>[] futureWrappers(); in futureWrappers() method
293 Collection<FutureWrapper> futureWrappers, in createFromMethods()653 Map<String, Type> usableTypes, Collection<FutureWrapper> futureWrappers) { in addFutureWrapperTypes()768 public Builder addFutureWrappers(Collection<FutureWrapper> futureWrappers) { in addFutureWrappers()
1077 private boolean validateCustomFutureWrappers(Collection<TypeElement> futureWrappers) { in validateCustomFutureWrappers()