Searched defs:futureWrappers (Results 1 – 9 of 9) sorted by relevance
77 Set<TypeElement> futureWrappers = new HashSet<>(annotationInfo.futureWrapperClasses()); in create() local124 Collection<TypeElement> futureWrappers = in extractFromCustomUserConnectorAnnotation() local
90 Set<TypeElement> futureWrappers = new HashSet<>(annotationInfo.futureWrapperClasses()); in create() local141 Collection<TypeElement> futureWrappers = in extractFromCustomProfileConnectorAnnotation() local
331 Collection<FutureWrapper> futureWrappers, in createFromMethods()839 Map<String, Type> usableTypes, Collection<FutureWrapper> futureWrappers) { in addFutureWrapperTypes()968 public Builder addFutureWrappers(Collection<FutureWrapper> futureWrappers) { in addFutureWrappers()
1192 private boolean validateCustomFutureWrappers(Collection<TypeElement> futureWrappers) { in validateCustomFutureWrappers()
24 Class<?>[] futureWrappers(); in futureWrappers() method
59 Class<?>[] futureWrappers() default {}; in futureWrappers() method
39 Class<?>[] futureWrappers() default {}; in futureWrappers() method
58 Class<?>[] futureWrappers() default {}; in futureWrappers() method