OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:guice
(Results
226 - 250
of
411
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/guice/core/src/com/google/inject/
Provides.java
28
* type is bound to its returned value.
Guice
will pass dependencies to the method as parameters.
/external/guice/core/test/com/google/inject/
ProviderInjectionTest.java
34
Injector injector =
Guice
.createInjector(new AbstractModule() {
70
Guice
.createInjector(m);
83
Injector injector =
Guice
.createInjector(new AbstractModule() {
120
Injector injector =
Guice
.createInjector(new AbstractModule() {
SerializationTest.java
47
Guice
.createInjector(new AbstractModule() {
SuperclassTest.java
27
Injector injector =
Guice
.createInjector(new AbstractModule() {
TypeListenerTest.java
97
Guice
.createInjector(new AbstractModule() {
115
Injector injector =
Guice
.createInjector(new AbstractModule() {
158
Injector injector =
Guice
.createInjector(new AbstractModule() {
193
Guice
.createInjector(new OuterThrowsModule());
209
Injector injector =
Guice
.createInjector(new AbstractModule() {
242
Injector injector =
Guice
.createInjector(new AbstractModule() {
289
Guice
.createInjector(new AbstractModule() {
316
Injector injector =
Guice
.createInjector(new AbstractModule() {
376
Guice
.createInjector(new AbstractModule() {
414
Injector injector =
Guice
.createInjector(new AbstractModule()
[
all
...]
PerformanceComparison.java
34
* A semi-useless microbenchmark. Spring and
Guice
constuct the same object
36
* As of this writing
Guice
is more than 50X faster. Also useful for comparing
52
iterate(juiceFactory, "
Guice
: ");
62
concurrentlyIterate(juiceFactory, "
Guice
: ");
111
injector =
Guice
.createInjector(new AbstractModule() {
ErrorHandlingTest.java
36
Guice
.createInjector(new MyModule());
43
Injector bad =
Guice
.createInjector(new AbstractModule() {
/external/guice/core/test/com/google/inject/name/
NamedEquivalanceTest.java
24
import com.google.inject.
Guice
;
118
Guice
.createInjector().getInstance(clientType);
128
Guice
.createInjector(a, b);
151
Injector injector =
Guice
.createInjector(module);
/external/guice/extensions/grapher/src/com/google/inject/grapher/
AliasCreator.java
22
* Creator of node aliases. Used by dependency graphers to merge nodes in the internal
Guice
graph
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
NodeShape.java
20
* Enum for the shapes that are most interesting for
Guice
graphing.
/external/guice/extensions/grapher/test/com/google/inject/grapher/
AbstractInjectorGrapherTest.java
24
import com.google.inject.
Guice
;
124
grapher.graph(
Guice
.createInjector(new AbstractModule() {
146
grapher.graph(
Guice
.createInjector(new AbstractModule() {
170
grapher.graph(
Guice
.createInjector(new AbstractModule() {
/external/guice/extensions/persist/src/com/google/inject/persist/
PersistModule.java
27
* Install this module to add
guice
-persist library support for JPA persistence
/external/guice/extensions/servlet/src/com/google/inject/servlet/
package-info.java
19
*
guice
-servlet.jar}.
/external/guice/extensions/servlet/test/com/google/inject/servlet/
ScopeRequestIntegrationTest.java
21
import com.google.inject.
Guice
;
60
Injector injector =
Guice
.createInjector(new ServletModule() {
93
Injector injector =
Guice
.createInjector(new ServletModule() {
111
Injector injector =
Guice
.createInjector(new ServletModule() {
/external/guice/extensions/struts2/src/com/google/inject/struts2/
GuiceObjectFactory.java
21
import com.google.inject.
Guice
;
62
@Inject(value = "
guice
.module", required = false)
125
this.injector =
Guice
.createInjector(new AbstractModule() {
136
logger.info("No module found. Set '
guice
.module' to a Module "
Struts2Factory.java
51
"Cannot find a
Guice
injector. Are you sure you registered a GuiceServletContextListener "
64
@Inject(value = "
guice
.module", required = false)
67
+ " specifying a module via the '
guice
.module' property in XML."
113
logger.info("Loading struts2
Guice
support...");
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
CheckedProvider.java
20
* Alternative to the
Guice
{@link com.google.inject.Provider} that throws
ThrowingProvider.java
20
* Alternative to the
Guice
{@link com.google.inject.Provider} that throws
/prebuilts/tools/common/m2/repository/org/sonatype/sisu/inject/guice-parent/
maven-metadata.xml
4
<artifactId>
guice
-parent</artifactId>
/prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/
maven-metadata.xml
4
<artifactId>sisu-
guice
</artifactId>
/prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.pom
43
<artifactId>
guice
</artifactId>
/external/guice/core/test/com/google/inject/spi/
InjectorSpiTest.java
5
import com.google.inject.
Guice
;
22
Injector injector =
Guice
.createInjector(new AbstractModule() {
/external/guice/extensions/persist/test/com/google/inject/persist/jpa/
DynamicFinderTest.java
19
import com.google.inject.
Guice
;
46
injector =
Guice
.createInjector(new JpaPersistModule("testUnit").addFinder(JpaFinder.class));
EntityManagerPerRequestProvisionTest.java
19
import com.google.inject.
Guice
;
42
injector =
Guice
.createInjector(new JpaPersistModule("testUnit"));
EntityManagerProvisionTest.java
19
import com.google.inject.
Guice
;
41
injector =
Guice
.createInjector(new JpaPersistModule("testUnit"));
Completed in 179 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>