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.java53 private final boolean scopeExceptions; field in CheckedProviderMethod
64 boolean scopeExceptions) { in CheckedProviderMethod() argument
74 this.scopeExceptions = scopeExceptions; in CheckedProviderMethod()
90 sbinder.scopeExceptions(scopeExceptions); in configure()
DThrowingProviderBinder.java149 private boolean scopeExceptions = true; field in ThrowingProviderBinder.SecondaryBinder
193 public SecondaryBinder<P, T> scopeExceptions(boolean scopeExceptions) { in scopeExceptions() argument
194 this.scopeExceptions = scopeExceptions; in scopeExceptions()
306 if (scopeExceptions) { in toInternal()
354 if (scopeExceptions) { in createResultProvider()
DCheckedProvides.java52 boolean scopeExceptions() default true; in scopeExceptions() method
DCheckedProviderMethodsModule.java129 checkedProvides.scopeExceptions()); in createProviderMethod()
/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/
DThrowingProviderTest.java77 .scopeExceptions(false)
96 @CheckedProvides(value = RemoteProvider.class, scopeExceptions = false)
DCheckedProviderTest.java109 .scopeExceptions(false) in setUp()
131 @CheckedProvides(value = RemoteProvider.class, scopeExceptions = false) in setUp()
151 .scopeExceptions(false) in setUp()