Searched refs:findBindingsByType (Results 1 – 12 of 12) sorted by relevance
100 expect(injector.findBindingsByType(eq(servetDefsKey.getTypeLiteral()))) in testIncludeManagedServlet()167 expect(injector.findBindingsByType(eq(servetDefsKey.getTypeLiteral()))) in testForwardToManagedServlet()237 expect(injector.findBindingsByType(eq(servetDefsKey.getTypeLiteral()))) in forwardToManagedServletFailureOnCommittedBuffer()
280 public <T> List<Binding<T>> findBindingsByType(TypeLiteral<T> type) { in findBindingsByType() method in InternalInjectorCreator.ToolStageInjector281 return this.delegateInjector.findBindingsByType(type); in findBindingsByType()
181 List<Binding<T>> sameTypes = injector.findBindingsByType(type); in missingImplementationWithHint()
351 for (Binding<?> entry : injector.findBindingsByType(elementType)) { in initialize()
151 public <T> List<Binding<T>> findBindingsByType(TypeLiteral<T> type) { in findBindingsByType() method in InjectorImpl
432 injector.findBindingsByType(entrySetBinder.getElementTypeLiteral())) { in tryInitialize()
160 <T> List<Binding<T>> findBindingsByType(TypeLiteral<T> type); in findBindingsByType() method
80 for (Binding<FilterDefinition> entry : injector.findBindingsByType(FILTER_DEFS)) { in collectFilterDefinitions()
68 for (Binding<ServletDefinition> entry : injector.findBindingsByType(SERVLET_DEFS)) { in collectServletDefinitions()
1374 FluentIterable.from(injector.findBindingsByType(stringType)) in testSetAndMapValueAreDistinctInSpi()
1321 List<Binding<String>> bindings = injector.findBindingsByType(stringType); in testTwoMapBindersAreDistinct()
META-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ ...