Searched refs:javaOptionalOfProvider (Results 1 – 3 of 3) sorted by relevance
247 static <T> TypeLiteral<?> javaOptionalOfProvider(TypeLiteral<T> type) { in javaOptionalOfProvider() method in OptionalBinder341 this.javaOptionalProviderKey = typeKey.ofType(javaOptionalOfProvider(literal)); in RealOptionalBinder()
28 import static com.google.inject.multibindings.OptionalBinder.javaOptionalOfProvider;731 keyType.ofType(javaOptionalOfProvider(keyType.getTypeLiteral())) : null; in optionalInjectorTest()867 keyType.ofType(javaOptionalOfProvider(keyType.getTypeLiteral())) : null; in optionalModuleTest()
101 OptionalBinder.javaOptionalOfProvider(stringKey.getTypeLiteral()) : null;114 OptionalBinder.javaOptionalOfProvider(intKey.getTypeLiteral()) : null;