Home
last modified time | relevance | path

Searched refs:scopeExceptions (Results 1 – 6 of 6) sorted by relevance

/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
DCheckedProviderMethod.java52 private final boolean scopeExceptions; field in CheckedProviderMethod
63 boolean scopeExceptions) { in CheckedProviderMethod() argument
73 this.scopeExceptions = scopeExceptions; in CheckedProviderMethod()
88 sbinder.scopeExceptions(scopeExceptions); in configure()
DThrowingProviderBinder.java144 private boolean scopeExceptions = true; field in ThrowingProviderBinder.SecondaryBinder
188 public SecondaryBinder<P, T> scopeExceptions(boolean scopeExceptions) { in scopeExceptions() argument
189 this.scopeExceptions = scopeExceptions; in scopeExceptions()
309 if (scopeExceptions) { in toInternal()
356 if (scopeExceptions) { in createResultProvider()
DCheckedProvides.java51 boolean scopeExceptions() default true; in scopeExceptions() method
DCheckedProviderMethodsModule.java134 checkedProvides.scopeExceptions()); in createProviderMethod()
/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/
DThrowingProviderTest.java80 .scopeExceptions(false)
102 @CheckedProvides(value = RemoteProvider.class, scopeExceptions = false)
DCheckedProviderTest.java111 .scopeExceptions(false) in setUp()
134 @CheckedProvides(value = RemoteProvider.class, scopeExceptions = false) in setUp()
155 .scopeExceptions(false) in setUp()