Package | Description |
---|---|
com.google.inject.throwingproviders |
Extension for injecting objects that may throw at provision time; this extension requires
guice-throwingproviders.jar . |
Modifier and Type | Method and Description |
---|---|
ThrowingProviderBinder.SecondaryBinder<P,T> |
ThrowingProviderBinder.SecondaryBinder.annotatedWith(Annotation annotation) |
ThrowingProviderBinder.SecondaryBinder<P,T> |
ThrowingProviderBinder.SecondaryBinder.annotatedWith(Class<? extends Annotation> annotationType) |
<P extends CheckedProvider,T> |
ThrowingProviderBinder.bind(Class<P> interfaceType,
Class<T> clazz) |
<P extends CheckedProvider> |
ThrowingProviderBinder.bind(Class<P> interfaceType,
Type clazz)
Deprecated.
|
<P extends CheckedProvider,T> |
ThrowingProviderBinder.bind(Class<P> interfaceType,
TypeLiteral<T> typeLiteral) |
ThrowingProviderBinder.SecondaryBinder<P,T> |
ThrowingProviderBinder.SecondaryBinder.scopeExceptions(boolean scopeExceptions)
Determines if exceptions should be scoped.
|
Copyright © 2006–2016 Google, Inc.. All rights reserved.