HomeSort by relevance Sort by last modified time
    Searched full:guice (Results 251 - 275 of 411) sorted by null

<<11121314151617

  /external/guice/extensions/persist/test/com/google/inject/persist/jpa/
JpaWorkManagerTest.java 19 import com.google.inject.Guice;
46 injector = Guice.createInjector(new JpaPersistModule("testUnit"));
ManualLocalTransactionsTest.java 19 import com.google.inject.Guice;
46 injector = Guice.createInjector(new JpaPersistModule("testUnit"));
ManualLocalTransactionsWithCustomMatcherTest.java 19 import com.google.inject.Guice;
50 injector = Guice.createInjector(new JpaPersistModule("testUnit"));
  /external/guice/extensions/servlet/test/com/google/inject/servlet/
FilterPipelineTest.java 11 import com.google.inject.Guice;
40 Guice.createInjector(new ServletModule() {
TransferRequestIntegrationTest.java 21 import com.google.inject.Guice;
63 final Injector injector = Guice.createInjector(new AbstractModule() {
ContinuingRequestIntegrationTest.java 27 import com.google.inject.Guice;
112 injector = Guice.createInjector(new ServletModule() {
153 injector = Guice.createInjector(new ServletModule() {
  /external/guice/core/src/com/google/inject/
Module.java 21 * bindings, which will be used to create an {@link Injector}. A Guice-based
  /external/guice/core/src/com/google/inject/internal/
Nullability.java 24 * <p>Support for {@code Nullable} annotations in Guice is loose.
  /external/guice/core/src/com/google/inject/spi/
PrivateElements.java 52 * exposed. Used by Guice in the production of descriptive error messages.
Toolable.java 31 * This is typically useful for for extensions to Guice that perform additional validation in an
TypeEncounter.java 93 * Registers a members injector for type {@code I}. Guice will use the members injector after its
99 * Registers an injection listener for type {@code I}. Guice will notify the listener after all
110 * <li>Guice created the instance the method is on</li>
  /external/guice/core/test/com/google/inject/
IntegrationTest.java 34 Injector injector = Guice.createInjector(new AbstractModule() {
  /external/guice/extensions/grapher/src/com/google/inject/grapher/
Edge.java 22 * Edge in a guice dependency graph.
Node.java 22 * Node in a guice dependency graph.
  /external/guice/extensions/jndi/src/com/google/inject/jndi/
JndiIntegration.java 26 * Integrates Guice with JNDI. Requires a binding to
  /external/guice/extensions/servlet/src/com/google/inject/servlet/
GuiceServletContextListener.java 28 * As of Guice 2.0 you can still use (your subclasses of) {@code GuiceServletContextListener}
UriPatternMatcher.java 20 * A general interface for matching a URI against a URI pattern. Guice-servlet provides regex and
InternalServletModule.java 50 * instance that is available in the legacy Guice Servlet.
74 + " Please consult the Guice documentation at"
75 + " https://github.com/google/guice/wiki/Servlets for more"
ManagedFilterPipeline.java 125 * Used to create an proxy that dispatches either to the guice-servlet pipeline or the regular
128 * We cannot forward from a web.xml Servlet/JSP to a guice-servlet (because the filter pipeline
132 * This is not a problem cuz we intend for people to migrate from web.xml to guice-servlet,
  /external/guice/extensions/testlib/src/com/google/inject/testing/fieldbinder/
Bind.java 27 * value using Guice.
  /external/testng/
bundle-pom.xml 52 <artifactId>guice</artifactId>
verify-release 45 java -Dtest.resources.dir=$HOME/java/testng/src/test/resources -classpath $HOME/t/$rel/$rel.jar:target/test-classes:lib/guice-2.0.jar org.testng.TestNG $HOME/java/testng/src/test/resources/testng.xml
  /external/testng/kobalt/src/
Build.kt 31 "com.google.inject:guice:4.0",
  /external/testng/maven/
bundle-pom.xml 52 <artifactId>guice</artifactId>
  /external/guice/core/src/com/google/inject/util/
Providers.java 51 * life a Guice-supplied Provider will never return null.
83 * Returns a Guice-friendly {@code com.google.inject.Provider} for the given
85 * since Guice providers directly implement the JSR-330 interface.

Completed in 195 milliseconds

<<11121314151617