Searched refs:rewrapType (Results 1 – 2 of 2) sorted by relevance
99 TypeMirror lazyType = types.rewrapType(from.type(), Lazy.class); in to()104 types.rewrapType(from.type(), ListenableFuture.class), codeBlock); in to()108 types.rewrapType(from.type(), RequestKinds.frameworkClass(requestKind)), codeBlock); in to()148 types.rewrapType(from.type(), ListenableFuture.class), in to()
135 public DeclaredType rewrapType(TypeMirror type, Class<?> wrappingClass) { in rewrapType() method in DaggerTypes