Searched refs:asEagerSingleton (Results 1 – 16 of 16) sorted by relevance
40 void asEagerSingleton(); in asEagerSingleton() method
54 bind(B.class).asEagerSingleton(); in testBindingOrderAndScopes()
476 .asEagerSingleton(); in testDependenciesBetweenPrivateAndPublicWithPublicEagerSingleton()528 .asEagerSingleton(); in testDependenciesBetweenPrivateAndPublicWithPrivateEagerSingleton()
101 bind(Foo.class).to(FooImpl.class).asEagerSingleton(); in testLinkedEagerSingleton()119 bind(Foo.class).to(FooImpl.class).asEagerSingleton(); in testBasicsWithEagerSingleton()
146 bind(Integer.class).toProvider(Counter.class).asEagerSingleton(); in testScopeIsAppliedToKeyNotTarget()147 bind(Number.class).toProvider(Counter.class).asEagerSingleton(); in testScopeIsAppliedToKeyNotTarget()
172 bind(Foo.class).toProvider(Providers.<Foo>of(null)).asEagerSingleton();
69 bind(EagerSingleton.class).asEagerSingleton();633 bind(e).toProvider(Providers.of("e")).asEagerSingleton();818 bind(h).toProvider(Providers.of("h")).asEagerSingleton();
469 bind(C.class).asEagerSingleton();
282 sbb.asEagerSingleton(); in configure()
96 bind(FilterPipeline.class).to(ManagedFilterPipeline.class).asEagerSingleton(); in configure()
99 public void asEagerSingleton() { in asEagerSingleton() method in AbstractBindingBuilder
158 scopedBindingBuilder.asEagerSingleton();
131 bind(e).toProvider(Providers.of("e")).asEagerSingleton(); in testIsRequestScopedNegative()
319 .asEagerSingleton(); in testScopes()
613 bind(Set.class).to(TreeSet.class).asEagerSingleton(); in testBindInScopes()1137 sbb.asEagerSingleton(); in testBindWithMultipleScopesAddsError()
868 .asEagerSingleton(); in testMapBinderProviderIsScoped()