Searched refs:optionalOfProvider (Results 1 – 2 of 2) sorted by relevance
242 static <T> TypeLiteral<Optional<Provider<T>>> optionalOfProvider(TypeLiteral<T> type) { in optionalOfProvider() method in OptionalBinder327 this.optionalProviderKey = typeKey.ofType(optionalOfProvider(literal)); in RealOptionalBinder()
30 import static com.google.inject.multibindings.OptionalBinder.optionalOfProvider;729 keyType.ofType(optionalOfProvider(keyType.getTypeLiteral())); in optionalInjectorTest()865 keyType.ofType(optionalOfProvider(keyType.getTypeLiteral())); in optionalModuleTest()