| Package | Description |
|---|---|
| com.google.inject.throwingproviders |
Extension for injecting objects that may throw at provision time; this extension requires
guice-throwingproviders.jar. |
| Class and Description |
|---|
| CheckedProvider
Alternative to the Guice
Provider that throws
a checked Exception. |
| CheckedProviderMethod
A provider that invokes a method and returns its result.
|
| CheckedProvides
Annotates methods of a
Module to create a
CheckedProvider method binding that can throw exceptions. |
| ThrowingProviderBinder
Builds a binding for a
CheckedProvider. |
| ThrowingProviderBinder.NotSyntheticOrBridgePredicate |
| ThrowingProviderBinder.Result
Represents the returned value from a call to
CheckedProvider.get(). |
| ThrowingProviderBinder.SecondaryBinder |