Searched refs:checkInterface (Results 1 – 4 of 4) sorted by relevance
3 import static com.google.inject.throwingproviders.ProviderChecker.checkInterface;104 checkInterface(providerType, getClassOptional(value)); in generateProvider()
149 if (checkInterface()) { in SecondaryBinder()400 private boolean checkInterface() {402 ProviderChecker.checkInterface(interfaceType, Optional.of(valueType));
19 static <P extends CheckedProvider<?>> void checkInterface( in checkInterface() method in ProviderChecker
344 private boolean checkInterface(@Nonnull ClassProto other) { in checkInterface() method in ClassProto396 if (checkInterface((ClassProto)other)) { in getCommonSuperclass()404 if (((ClassProto)other).checkInterface(this)) { in getCommonSuperclass()