Uses of Class
com.google.inject.ConfigurationException
Packages that use ConfigurationException
Package
Description
Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.
Guice service provider interface
-
Uses of ConfigurationException in com.google.inject
Methods in com.google.inject that return ConfigurationExceptionModifier and TypeMethodDescriptionConfigurationException.withPartialValue
(Object partialValue) Returns a copy of this configuration exception with the specified partial value. -
Uses of ConfigurationException in com.google.inject.spi
Methods in com.google.inject.spi that throw ConfigurationExceptionModifier and TypeMethodDescriptionInjectionRequest.getInjectionPoints()
Returns the instance methods and fields ofinstance
that will be injected to fulfill this request.MembersInjectorLookup.getInjectionPoints()
Returns the instance methods and fields that will be injected to fulfill this request.StaticInjectionRequest.getInjectionPoints()
Returns the static methods and fields oftype
that will be injected to fulfill this request.