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.
|
CheckedProviders.CheckedProviderInvocationHandler |
CheckedProviders.ThrowingHandler |
CheckedProvides
Annotates methods of a
Module to create a CheckedProvider
method binding that can throw exceptions. |
ProviderChecker.NotSyntheticOrBridgePredicate |
ThrowingProviderBinder
Builds a binding for a
CheckedProvider . |
ThrowingProviderBinder.Result
Represents the returned value from a call to
CheckedProvider.get() . |
ThrowingProviderBinder.SecondaryBinder |