Searched refs:asEagerSingleton (Results 1 – 16 of 16) sorted by relevance
46 void asEagerSingleton(); in asEagerSingleton() method
51 bind(B.class).asEagerSingleton(); in testBindingOrderAndScopes()
376 }).asEagerSingleton(); in testDependenciesBetweenPrivateAndPublicWithPublicEagerSingleton()413 }).asEagerSingleton(); in testDependenciesBetweenPrivateAndPublicWithPrivateEagerSingleton()
179 }).asEagerSingleton();
129 bind(Integer.class).toProvider(Counter.class).asEagerSingleton(); in testScopeIsAppliedToKeyNotTarget()130 bind(Number.class).toProvider(Counter.class).asEagerSingleton(); in testScopeIsAppliedToKeyNotTarget()
96 bind(Foo.class).to(FooImpl.class).asEagerSingleton(); in testLinkedEagerSingleton()112 bind(Foo.class).to(FooImpl.class).asEagerSingleton(); in testBasicsWithEagerSingleton()
66 bind(EagerSingleton.class).asEagerSingleton();561 bind(e).toProvider(Providers.of("e")).asEagerSingleton();724 bind(h).toProvider(Providers.of("h")).asEagerSingleton();
406 bind(C.class).asEagerSingleton();
251 sbb.asEagerSingleton(); in configure()
95 bind(FilterPipeline.class).to(ManagedFilterPipeline.class).asEagerSingleton(); in configure()
100 public void asEagerSingleton() { in asEagerSingleton() method in AbstractBindingBuilder
112 scopedBindingBuilder.asEagerSingleton();
130 bind(e).toProvider(Providers.of("e")).asEagerSingleton(); in testIsRequestScopedNegative()
295 .toProvider(StringProvider.class).asEagerSingleton(); in testScopes()
583 bind(Set.class).to(TreeSet.class).asEagerSingleton(); in testBindInScopes()1080 sbb.asEagerSingleton(); in testBindWithMultipleScopesAddsError()
644 .addBinding("one").toProvider(counter).asEagerSingleton(); in testMapBinderProviderIsScoped()